The application is deployed on https://react-cdp-2017-abychyk.herokuapp.com/
server listening on http://localhost:8060
export PATH=$PATH: ./node_modules/.bin
npm start
or
yarn start
npm run build:dev
or
yarn run build:dev
npm run build:prod
or
yarn run build:prod
npm test -- --watch --coverage
or
yarn test -- --watch --coverage