This git repository contains all necessary files and resources of this project. The application is implemented using the following tools:
- React (create-react-app)
- Redux (and Redux Saga)
- Jest & Enzymes
Install the dependencies:
$ npm install
Replace "PERSONAL_ACCESS_TOKEN" with the token generated from https://github.com/settings/tokens/new
Start client application (for development):
$ npm run start