Based on a Webpack example project with React, React Router and Flux (Alt): https://underthehood.myob.com/changing-of-the-guard-in-web-technologies/
Make sure you have installed NodeJS and NPM first and that you can run them from the command line.
- Run
npm installfirst to install dependencies
npm run build- Build the projectnpm run watch- Start the Webpack dev server- Go to
http://localhost:8080/on a browser



