Answers for "npm execute script with nodemon"

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

Browse Popular Code Answers by Language