Answers for "nodemon file path"

1

nodemon watch file run command

// nodemon watch for file changes and run command

nodemon --watch 'src/**/*' --exec "command"
Posted by: Guest on May-02-2021
0

run file with nodemon

nodemon YourFileName
Posted by: Guest on June-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language