Skip to content

Instantly share code, notes, and snippets.

@dance2die
Last active November 12, 2017 20:14
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 dance2die/f5628f28771e7c7762bea4aa8a1741b6 to your computer and use it in GitHub Desktop.
Save dance2die/f5628f28771e7c7762bea4aa8a1741b6 to your computer and use it in GitHub Desktop.
package.json for node backend
{
...
"scripts": {
...,
"startall": "concurrently \"SET PORT=3001 && node bin/www\" \"cd client && SET PORT=3000 && yarn start\""
},
"dependencies": {
...
},
"devDependencies": {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment