코드가 바뀔 때마다 서버를 껐다켰다 하지 않기위해 nodemon이라는 도구를 사용한다.
$ npm install -g nodemon
$ nodemon --watch src/ src/index.js