Skip to content

ofaaoficial/nodejs-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Node.JS

###Instalations types with NPM package.json file to configure packages of project.

  • Unique: npm install (No recommended)

  • Global: npm install -g

  • Dependece of project: npm install --save

  • Dependece of develop: npm install --save-dev

  • npm uninstall

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published