Dev/Others
nodemon 이란 무엇인가?
healthyryu
2022. 3. 28. 11:48
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 published: 5 months ago. Start using nodemon in your project by running `npm i nodemon`. There are 3532 other projects in the npm registry using nodemon.
www.npmjs.com
반응형