FirstApp

0.1.0 • Public • Published

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:

/FirstApp/

    Package Sidebar

    Install

    npm i FirstApp

    Weekly Downloads

    0

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • wtangoan