HOMEWORK React mentoring -- Aliaksei Bychyk -- 2017

The app was refactored to work with Themoviedb API - since Netflix API is unavailable

The application is deployed on https://react-cdp-2017-abychyk.herokuapp.com/

server listening on http://localhost:8060

insert to .bash-profile :

export PATH=$PATH: ./node_modules/.bin

run server with:

npm start

or

yarn start

run webdriver for development with :

npm run build:dev

or

yarn run build:dev

run webdriver for production with :

npm run build:prod

or

yarn run build:prod

run test with :

npm test -- --watch --coverage

or

yarn test -- --watch --coverage