nodejs - nodemon

_·2020년 5월 15일
0

Link

목록 보기
7/8

https://www.npmjs.com/package/nodemon
https://danco.tistory.com/53
https://blog.outsider.ne.kr/649


npm install nodemon -g

  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "server" : "nodemon index"
  },

profile
_

0개의 댓글