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.
 
 
 
Danielle Adams 2c3031e549
update git references to use main
4 years ago
public new UI 9 years ago
views update git references to use main 4 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 update git references to use main 4 years ago
app.json update git references to use main 4 years ago
index.js Modernize and remove accidental commits (#84) 7 years ago
package.json add got to dev and fix errors 4 years ago
test.js add got to dev and fix errors 4 years ago

README.md

node-js-getting-started

A barebones Node.js app using Express 4.

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

Running Locally

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

$ git clone https://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 main
$ heroku open

or

Deploy to Heroku

Documentation

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