The project is based on React, Redux, Babel stage-0, and uses the Webpack JS bundler.
Prepare the project installing dependencies:
npm installTo start development:
npm run startTo build for production:
npm run build
ls dist/ # will find the bundled static files here