Getting started
npm init --ynpm install nodemon --save-dev "scripts": {
"start": "nodemon server.js"
},
npm run startnpm install eslint --save-devnpx eslint --initLast updated
npm init --ynpm install nodemon --save-dev "scripts": {
"start": "nodemon server.js"
},
npm run startnpm install eslint --save-devnpx eslint --initLast updated