nodemon.png
nodemon
파일 변경이 감지되면 자동으로 node를 재실행해주는 모듈
일반적인 실행
nodemon index.js
node로 바로 실행하지 않을 경우 → --exec
--exec
nodemon --exec babel-node index.js