An open API service indexing awesome lists of open source software.

https://github.com/travisthetechie/noh

Example simple Node.js app on Heroku
https://github.com/travisthetechie/noh

Last synced: 5 months ago
JSON representation

Example simple Node.js app on Heroku

Awesome Lists containing this project

README

          

noh
===

Example simple Node on Heroku

1. Install [Heroku Toolbelt](https://toolbelt.herokuapp.com/)
2. `$ heroku login`
3. `$ heroku keys:add` to add your ssh key
4. `$ npm install`
5. `$ foreman start` to run locally (foreman from Heroku Toolbelt)
6. `$ heroku create`
7. `$ git push heroku master`
8. Check to see what's going on at Heroku `$ heroku ps`
9. See the logs `$ heroku logs`