Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.88 KB

nodemon.md

File metadata and controls

31 lines (25 loc) · 1.88 KB

Bookmarks tagged [nodemon]

https://www.youtube.com/watch?v=Zgx0o8QjJk4

My talk on all the best of Docker for Node.js developers and DevOps dealing with Node apps. From DockerCon 2019.


https://medium.com/better-programming/docker-in-development-with-nodemon-d500366e74df

I have delivered several Docker trainings during the last few weeks and some questions come back quite often. For example:

*Q: When developing my application, how can I get my changes to be taken int...


https://nodemon.io/

Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development. Install it using npm.

Ju...