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

 

반응형

'Dev > Others' 카테고리의 다른 글

adb re-install  (0) 2022.06.29
비트코인 - 유한체  (0) 2022.05.24
기본 공부 - 프로세스, 스레드, 메모리  (0) 2021.03.10
Garmin WatchFace UI 제작 - 가민 시계  (0) 2018.11.04
Getty Images API  (0) 2018.04.14