/training1

Training repository

Primary LanguageJavaScript

training1

  • To install this project locally, cd to directory where you want the source code to live, then:

  • git clone git@github.com:tamsler/training1.git

  • cd training1

  • sudo npm install

  • start application with:

    • node server.js

  • To add a dependency during development:

  • npm install --save

    • NOTE: "--save" adds the dependency to package.json