Skip to content

praphul-kumar/node-js-tutorial

Repository files navigation

Learning Node JS

Init Project:

npm init

Install the nodemon package using the below command

npm -i --save-dev nodemon

this command will install the nodemon package for this project only

Install the dotenv package

npm i dotenv

The dotenv package is very helpful if you want to work with .env file

Install the minimist package

npm i minimist

The minimist package is very helpful in managing commang line arguments - you can then pass arguments like - node filename.js --name=Praphul --designation=SE

About

Learning Node JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published