Skip to content

Instantly share code, notes, and snippets.

@kunokdev
Created March 31, 2019 21:59
Show Gist options
  • Save kunokdev/84210fd1ded79f2c61ebc983e0f1bd6f to your computer and use it in GitHub Desktop.
Save kunokdev/84210fd1ded79f2c61ebc983e0f1bd6f to your computer and use it in GitHub Desktop.
We append prod/dev scripts to package.json
"scripts": {
"start": "node main.js",
"dev": "nodemon main.js"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment