Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created November 12, 2017 20:00
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/c2de06e6850fe49da74e22baf1ce6b50 to your computer and use it in GitHub Desktop.
Save dance2die/c2de06e6850fe49da74e22baf1ce6b50 to your computer and use it in GitHub Desktop.
Result of running concurrently command
> concurrently "SET PORT=3001 && node bin/www" "cd client && SET PORT=3000 && yarn start"
yarn run v1.1.0
$ react-scripts start
[1] Starting the development server...
[1]
[1] Compiled successfully!
[1]
[1] You can now view client in the browser.
[1]
[1] Local: http://localhost:3000/
[1] On Your Network: http://10.0.75.1:3000/
[1]
[1] Note that the development build is not optimized.
[1] To create a production build, use yarn build.
[1]
[0] GET /users 304 18.276 ms - -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment