Created
July 21, 2016 08:30
-
-
Save grigio/affd79a33444a40b6f933d871e1868c2 to your computer and use it in GitHub Desktop.
Live reload javascript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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