Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created November 12, 2017 19:59
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/fd72542593ba26727c1c02cb4b80480c to your computer and use it in GitHub Desktop.
Save dance2die/fd72542593ba26727c1c02cb4b80480c to your computer and use it in GitHub Desktop.
Run Concurrently to run node and webpack dev server in parallel
concurrently "SET PORT=3001 && node bin/www" "cd client && SET PORT=3000 && yarn start"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment