最終更新:2025-05-23 (金) 09:50:13 (21d)  

nodemon
Top / nodemon

reload, automatically.

https://nodemon.io/

https://www.npmjs.com/package/nodemon

https://github.com/remy/nodemon

メモ

  • ローカスインストールだとパスが通らないのでscriptsのところに書く

メモ

  • [nodemon] watching path(s): *.*
    [nodemon] watching extensions: js,mjs,json

package.json

  • npm start
      "scripts": {
        "start": "nodemon index.js"
      },