This project uses Webpack, ReactJS, Redux, and ES6. To install the project dependencies you will need to have Node.
Assumed global npm packages:
- serve
Run from the root of the app:
npm install
To run the project in development mode:
npm run start:dev