Skip to content

Instantly share code, notes, and snippets.

@x0000ff
Created January 11, 2020 22:26
Show Gist options
  • Save x0000ff/d7d50e5d2aa46068b784d489a347b34b to your computer and use it in GitHub Desktop.
Save x0000ff/d7d50e5d2aa46068b784d489a347b34b to your computer and use it in GitHub Desktop.
Start `React` app without opening url in browser
// React v.16.12.0
"scripts": {
"start": "export BROWSER=none; react-scripts start"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment