Answers for "nodemon npm link"

2

nodemon global instal npm

npm install -g nodemon
Posted by: Guest on June-05-2020
0

npm execute script with nodemon

add below in package.json =>
"scripts": {
	"start": "nodemon my_file.js"
}
then run following command =>
npm start
Posted by: Guest on August-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language