"scripts": {
"start": "nodemon ./bin/www"
},
package.json 폴더 내에 start : node 를 nodemon으로 바꿔주면 npm start 할 때 위에 것이 실행된다.
노드몬은 터미널 내에서 설치하면 된다.
'프로그래밍 > Node.js' 카테고리의 다른 글
npm install --save 옵션을 쓰는 이유는? (0) | 2022.02.09 |
---|---|
node.js 프로젝트 시작 (0) | 2021.12.06 |
node.js ./bin/www 에서 app.js로 바꾸는 방법 (0) | 2019.02.11 |
mysql 과 node js express 연동법 (0) | 2019.02.10 |
Node.js Express (0) | 2019.02.10 |