Categories JavaScript Answers How to watch directory for changes with nodemon? Post author By John Au-Yeung Post date September 11, 2022 No Comments on How to watch directory for changes with nodemon? Spread the love To watch directory for changes with nodemon, we use the --watch option. For instance, we run nodemon --watch src server.js to use the --watch option to watch the src folder for changes when running server.js. Related Posts How to watch for array changes with JavaScript?Sometimes, we want to watch for array changes with JavaScript. In this article, we'll look… How to watch for local storage changes in Vue.js?Sometimes, we want to watch for local storage changes in Vue.js. In this article, we'll… How to Watch for Form Data Changes in jQuery?To watch for form data changes in jQuery, we can listen for input changes. And… By John Au-Yeung Web developer specializing in React, Vue, and front end development. View Archive → ← How to listen all interfaces instead of localhost only with Node Express app server? → How to do server-side browser detection with Node.js? Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Current ye@r * Leave this field empty