最終更新:2023-09-28 (木) 13:09:24 (216d)  

nodemon
Top / nodemon

reload, automatically.

https://nodemon.io/

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

メモ

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

メモ

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

package.json

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