Welcome
TIL: Node.js watch mode.md
All Notes
notes/til:-node.js-watch-mode

TIL: Node.js watch mode

| notes

Node 18+ has built-in watch mode.

node --watch server.js

No more nodemon for simple cases.