Skip to content

Instantly share code, notes, and snippets.

@kwmt
Created May 13, 2013 13:40
Show Gist options
  • Save kwmt/5568366 to your computer and use it in GitHub Desktop.
Save kwmt/5568366 to your computer and use it in GitHub Desktop.
標準のnodeはソースを編集後の反映確認は、
Ctrl-C押して再起動する必要があったが、
ブラウザリロードで反映ができるようにするツール
$ npm install -g nodemon
$ nodemon app.js
で起動しておく
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment