Skip to content

Instantly share code, notes, and snippets.

@jinwook-k
Last active September 10, 2020 04:17
Show Gist options
  • Save jinwook-k/5eec2d41bec02137162b6338185f8e23 to your computer and use it in GitHub Desktop.
Save jinwook-k/5eec2d41bec02137162b6338185f8e23 to your computer and use it in GitHub Desktop.
{
"name": "mern-weather-app",
"scripts": {
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\"",
"heroku-postbuild": "cd client/src && npm install && npm run build"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment