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.
- 📆 published on: 2019-06-10
- tags: docker, node.js, docker-compose, nodemon
- source code
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...
- 📆 published on: 2017-12-20
- tags: docker, node.js, nodemon
- source code
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...
- tags: node.js, nodemon, dev-tools
- source code