Skip to content

TravisTheTechie/noh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noh

Example simple Node on Heroku

  1. Install Heroku Toolbelt
  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

About

Example simple Node.js app on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published