Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Use Nodemon in Express Server

// nodemon wraps around the node command. 
// To use, it, use nodemon wherever you would normally use the node 
// command. 
// To use it in the Express server that you just generated,
// you can go to the package.json file inside mynamedServer folder 
// and replace this line: "start": "node ./bin/www"
// with this "start": "nodemon ./bin/www"
Source by learn.nucamp.co #
 
PREVIOUS NEXT
Tagged: #Use #Nodemon #Express #Server
ADD COMMENT
Topic
Name
4+9 =