A React project built from scratch with webpack. Look at individual commits to understand the need for different tools.
Development: run npm start. This will run the dev server.
Build: run npm run build or npm run build:dev. Open the index.html file to view the page.