A one-click Node.js app template for Heroku
Make sure you have Node.js and the Heroku Toolbelt installed.
git clone [email protected]: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.
heroku create
git push heroku master
heroku open
Alternatively, you can deploy your own copy of the app using this button:
Deploy demo: pure-reaches-2947.herokuapp.com
For more information about using Heroku, check out https://devcenter.heroku.com/
MIT