본문 바로가기

프로그래밍/Node.js

nodemon 설치 후 설정

"scripts": {
"start": "nodemon ./bin/www"
},


package.json 폴더 내에 start : node 를 nodemon으로 바꿔주면 npm start 할 때 위에 것이 실행된다. 

노드몬은 터미널 내에서 설치하면 된다.