This is a sample Node application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Heroku platform.
Getting Started on Heroku with Node.js Source on GitHubgit clone https://github.com/heroku/node-js-getting-started.git
- this will create a local copy of the source code for the appcd node-js-getting-started
- change directory into the local source code repositoryheroku git:remote -a <your-app-name>
- associate the Heroku app with the repository