Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 256 Bytes

NodeJS

An open source server framework that runs on various platforms

  • To create modules run:

npm init

  • To use lodash run:

npm install lodash --save

  • To use nodemon run:

npm install nodemon --save

  • To use yargs run:

npm install yargs --save