0.1.0 • Published 8 years ago

FirstApp v0.1.0

Weekly downloads
5
License
-
Repository
-
Last release
8 years ago

FirstApp

This is my first Node.js app based on https://openclassrooms.com/courses/ultra-fast-applications-using-node-js/ tutorial From a newbie

Running Locally

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

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