Table of Contents

Configure Nodemon to Auto-reload Node App

Return to Node.js automation, Nodemon

Install Express.js

Install Express.js - Express.js

npm install express

added 50 packages, and audited 51 packages in 3s

2 packages are looking for funding

run `npm fund` for details

found 0 NPM vulnerabilities

npm notice

npm notice New minor version of npm available! 8.1.4 → 8.3.0

npm notice NPM Changelog: https://github.com/npm/cli/releases/tag/v8.3.0

npm notice Run npm install -g npm@8.3.0 to update NPM!

Add .gitignore

.gitignore: Add a .gitignore file for Node.js

npm install nodemon

npm install nodemon -g

npm install globally - globally install npm packages

npm install nodemon -g

added 116 packages, and audited 117 packages in 6s

15 packages are looking for funding

 run `npm fund` for details

found 0 vulnerabilities

// local Install nodemon with Node JS

npm install nodemon –save-dev

Fair Use Sources

Fair Use Sources: