Understand and practice NPM. Learn how to use NPM in Node.js, how to install NPM packages, how to configure NPM scripts.
What Will I Learn?
Initialize any project using NPM init
Install project dependencies
Understand what is the difference between dependencies and development dependencies...