This example uses:
- React
- React-router
- Webpack
- Babel
Thank you Richard Lopes for the great tutorial
Make sure you have installed NodeJS and NPM first and that you can run them from the command line.
- Run
npm install
first to install dependences
npm run build
- builds the projectnpm run watch
- Start the Webpack dev server