Make sure you have Node.js and the Heroku Toolbelt installed.
$ npm i
$ npm start
$ npm i -g nodemon
$ npm run watch
The app will be running on localhost:3838
by default
$ git push heroku master
$ heroku open
Make sure you have Node.js and the Heroku Toolbelt installed.
$ npm i
$ npm start
$ npm i -g nodemon
$ npm run watch
The app will be running on localhost:3838
by default
$ git push heroku master
$ heroku open