create-react-app

1 Disable opening browser during server start

  1. create file .env in the same directory where your package.json lives
  2. Insert line BROWSER=none to the file and save it.
  3. run yarn start and web browser will not be opened.

© 2015-2020 tendant