Live reload / watch mode with Nodemon #2036
michaelbromley
announced in
How-to Guides
Replies: 1 comment
-
If you do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you'd like your dev server to automatically restart whenever a file is changed, you can use nodemon.
dev
script in package.json:Now, when you run
npm run dev
, any changes to your source code will automatically restart your dev server.Beta Was this translation helpful? Give feedback.
All reactions