https://boomerang-notes.herokuapp.com/
- install node.js (version 6)
- build:
npm install
- start:
npm start
- install heroku toolbelt
- create a heroku application, add buildpacks heroku/nodejs and https://github.com/heroku/heroku-buildpack-static
- connect:
heroku login && heroku git:remote -a <app_name>
- deploy:
git push heroku