nodemon nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected. nodemon 을 사용해서 node.js 기반으로 만들어진 어플리케이션을 동작할 경우, 파일이 변경될때마다 어플리케이션을 자동으로 재시작을 해준다. https://www.npmjs.com/package/nodemon nodemon Simple monitor script for use during development of a node.js app.. Latest version: 2.0.15, last pu..