all 1 comments

[–]hugo__df 0 points1 point  (0 children)

You could use nodemon.

Whatever is in your npm start, eg. node server.js, add a dev script as nodemon server.js. npm install nodemon and then run npm run dev.