Skip to content

theresa-cy-ngo/node-js-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 15, 2016
ffe2e11 · Nov 15, 2016

History

64 Commits
Jun 26, 2015
May 5, 2016
Apr 6, 2016
Apr 18, 2016
May 17, 2014
Dec 8, 2015
Aug 11, 2016
Nov 15, 2016
Nov 15, 2016

Repository files navigation

node-js-getting-started

A barebones Node.js app using Express 4.

This application supports the Getting Started with Node on Heroku article - check it out.

Running Locally

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

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

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published