Skip to content

itsAnyTime/fresh-NodeJS-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fresh-NodeJS-app with express

Clone

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

$ git clone  # or clone your own fork

Deploying to Heroku

open terminal/console

$ cd fresh-NodeJS-app
$ heroku create // or add a name: heroku create fresh-nodejs-2019
(Name must start with a letter, end with a letter or digit and can only contain lowercase letters, digits, and dashes.)
$ git remote -v
$ heroku git:remote -a fresh-nodejs-2019 (or your app name)
$ git push heroku master
$ heroku open

or

Deploy to Heroku

To work local on http://localhost:5000/

$ npm install
$ heroku local 

Documentation

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

About

Heroku NodeJS with Express - to start a new app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published