nodemon.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [nodemon]

www.codever.land/bookmarks/t/nodemon

Docker and Node.js Best Practices from Bret Fisher at DockerCon - 42min

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.


Docker Tips : Development With Nodemon - Better Programming - Medium

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...


nodemon

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...