ES6 / Webpack version of react-tutorial-mern
After cloning the git repo:
npm install
npm run webpack
npm run webpack-watch
This will not exit, and will watch for modified files and re-pack the bundles.
npm start
This will start the webserver on port 3000.