タグ

ブックマーク / nodemon.io (1)

  • nodemon

    Nodemon is a utility depended on about 3 million projects, that will monitor for any changes in your source and automatically restart your server. Perfect for development. Swap nodemon instead of node to run your code, and now your process will automatically restart when your code changes. To install, get Node.js, then from your terminal run: npm install -g nodemon Features Automatic restarting of

  • 1