To configure the project you must have installed NodeJS on your machine.
$ git clone https://github.com/toporoff/react-exercise.git
$ cd react-exercise
$ npm install -d
For development environments...
$ npm run dev
For production environments...
$ npm run prod
Then you have to open index file in your browser:
path_to_project/public/index.html
For running tests...
$ npm test