Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created November 12, 2017 20:11
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/2acda1816d0ba4068d8dd3f30b80dc38 to your computer and use it in GitHub Desktop.
Save dance2die/2acda1816d0ba4068d8dd3f30b80dc38 to your computer and use it in GitHub Desktop.
Result of running nodemon
> concurrently "SET PORT=3001 && nodemon bin/www" "cd client && SET PORT=3000 && yarn start"
[0] [nodemon] 1.12.1
[0] [nodemon] to restart at any time, enter `rs`
[0] [nodemon] watching: *.*
[0] [nodemon] starting `node bin/www`
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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment