Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 912 Bytes

File metadata and controls

39 lines (25 loc) · 912 Bytes

nodejs-heroku-template

A one-click Node.js app template for Heroku

Deploying locally

Make sure you have Node.js and the Heroku Toolbelt installed.

git clone git@github.com:polypodes/nodejs-heroku-template.git # or clone your own fork
cd nodejs-heroku-template
npm install
npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using this button:

Deploy to Heroku

Deploy demo: pure-reaches-2947.herokuapp.com

Documentation

For more information about using Heroku, check out https://devcenter.heroku.com/

License

MIT