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