1 Disable opening browser during server start
- create file .env in the same directory where your package.json lives
- Insert line
BROWSER=none
to the file and save it. - run
yarn start
and web browser will not be opened.
BROWSER=none
to the file and save it.yarn start
and web browser will not be opened.© 2015-2020 tendant