React.js application which represents the entire browser-side client. File structure is standard for a create-react-app application with some minor changes. Any component which represents an entire page is categorized under the views folder.
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
Stars a basic http server (using http-server) which serves the build folder on http://localhost:3000 .
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Section on fixing issue where yarn build does not minify: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
Section on code splitting, worth considering at some point: https://facebook.github.io/create-react-app/docs/code-splitting