Sign inSign up

sureshballa/node-js-sample

By sureshballa

Updated almost 11 years ago

Image
0

289

sureshballa/node-js-sample repository overview

node-js-sample

This is a barebones Node.js app using the Express framework.

Running Locally

Asumming you have Node.js and Heroku Toolbelt installed on your machine:

git clone [email protected]:heroku/node-js-sample.git # or clone your own fork
cd node-js-sample
npm install
foreman start

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

Tag summary

Content type

Image

Digest

sha256:bc1283226

Size

106.6 MB

Last updated

almost 11 years ago

docker pull sureshballa/node-js-sample