Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

npm execute script with nodemon

add below in package.json =>
"scripts": {
	"start": "nodemon my_file.js"
}
then run following command =>
npm start
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #npm #execute #script #nodemon
ADD COMMENT
Topic
Name
1+3 =