Skip to content

Instantly share code, notes, and snippets.

@aidev13
Last active December 12, 2023 22:37
Show Gist options
  • Save aidev13/e3c2ffab78f5611aa3e46e3f16238d61 to your computer and use it in GitHub Desktop.
Save aidev13/e3c2ffab78f5611aa3e46e3f16238d61 to your computer and use it in GitHub Desktop.
Instead of nodemon, use this!

Instead of nodemon, use this!

noodmon is a great tool for node, but node now has (or has had) --watch.

Instead of:

npm nodemon script.js

use:

node --watch script.js

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment