[node.js] nodemon (저장하면 자동 재시작)
·
nodejs
node를 쓰다보면 저장할 때마다 서버를 새로켜야 하는 불편함이 있었다. 이를 해결할 수 있는 패키지가 있는데 바로 nodemon이다. https://www.npmjs.com/package/nodemon nodemon Simple monitor script for use during development of a Node.js app.. Latest version: 2.0.22, last published: 2 months ago. Start using nodemon in your project by running `npm i nodemon`. There are 4546 other projects in the npm registry using nodemon. www.npmjs.com 설치후 사용하면 된다..