Skip to content

Instantly share code, notes, and snippets.

@nicolasmendonca
Created April 19, 2020 00:37
Show Gist options
  • Save nicolasmendonca/ca40cb95d5a3ffe70131a684de3e55b5 to your computer and use it in GitHub Desktop.
Save nicolasmendonca/ca40cb95d5a3ffe70131a684de3e55b5 to your computer and use it in GitHub Desktop.
Basic node.js live reload config
{
"presets": [
"env"
]
}
{
"scripts": {
"start": "nodemon src/index.js --exec babel-node"
},
"dependencies": {
"babel-cli": "6.26.0",
"babel-preset-env": "1.7.0",
"nodemon": "^2.0.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment