I have been playing Meteor (you may know it is a node.js framework), and I really like how to start it, then keep it running, and automatically implement code updates when saving .
Is there any way I can only run node.js?
Have you tried nodemon? It’s almost the same as what you are looking for.
I have been playing Meteor (you may know it is a node.js framework) and I really like how to start it and then keep it running , And automatically update the code when saving.
Is there any way I can only run node.js?
Have you tried nodemon? It is almost the same as what you are looking for.