Skip to content

Instantly share code, notes, and snippets.

@grigio
Created July 21, 2016 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grigio/affd79a33444a40b6f933d871e1868c2 to your computer and use it in GitHub Desktop.
Save grigio/affd79a33444a40b6f933d871e1868c2 to your computer and use it in GitHub Desktop.
Live reload javascript
# nodemon.json
{
"events": {
"restart": "clear"
}
}
# nodemon --quiet --exec babel-node --stage 0 -- myfile.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment