bluebones.net

Icon

Adventures in Computer Programming

Develop node.js without restarting

Run your server with nodemon instead of node. It will scan for filesystem changes and restart node automatically when a change is made.

$ sudo npm install nodemon
$ nodemon app.js

Category: Uncategorized

Tagged:

Leave a Reply