I’d like to automatically restart the server after particular files are edited.
Is there anything I can install to help me do that? – or will I need to watch the folder run a script accordingly.
Any pointers appreciated
I’d like to automatically restart the server after particular files are edited. Is there
Share
You could use Nodemon for that, there is even a video tutorial on it.