Created
January 11, 2020 22:26
-
-
Save x0000ff/d7d50e5d2aa46068b784d489a347b34b to your computer and use it in GitHub Desktop.
Start `React` app without opening url in browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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