-
nodemonDevelpment/Node.js 2020. 9. 13. 21:31
1. nodemon
* 파일의 변화를 감지하여 자동 재시작
$ npm install nodemon --g
* g 옵션을 할경우 개발 pc 전체에서 사용가능
* 실행시 명령어를 다음과 같이한다.
$ nodemon app.js
'Develpment > Node.js' 카테고리의 다른 글
static 디렉토리 설정 (express) (0) 2020.09.13 URL Routing 처리 (0) 2020.09.13 간단한 web server (express) (0) 2020.09.13 NPM Project 생성하기 (0) 2020.09.13