You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jon Mountjoy eac85fcf2e
Revert "That file was not needed, remove from rep (#107)"
6 years ago
public new UI 9 years ago
views Modernize and remove accidental commits (#84) 7 years ago
.env Revert "That file was not needed, remove from rep (#107)" 6 years ago
.gitignore update .gitignore 8 years ago
Procfile Modernize and remove accidental commits (#84) 7 years ago
README.md bump versions of node and express 7 years ago
app.json Update app.json 7 years ago
index.js Modernize and remove accidental commits (#84) 7 years ago
package.json Modernize and remove accidental commits (#84) 7 years ago
test.js Add integration tests for CI (#78) 7 years ago

README.md

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 CLI installed.

$ git clone git@github.com: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: