Node Starter

Starter app with info about node app

Installation

Install the latest stable version of node. Initialize a new node project

  cd my-project
  npm init

To run an existing project

  cd my-project
  npm install

Debugging