npm start 명령어를 매번 실행하지 않고 이용할 수 있는 개발도구
npm start
npx nodemon 파일.js
npm install nodemon
package.json
"scripts"
"start": "nodemon 파일.js"