$ git clone git@github.com:astaruch/PV247-react-school-course.git
$ cd PV247-react-school-course
$ npm install
$ npm run start-dev # webpack-dev-server
$ npm run start # express dev server
After each commit, the app is built on Travis and then deployed to Heroku (the app is live for the next 30 minutes after deployment).