To deactivate the automatic starting of the browser, using npx react-scripts start
, see the following steps:
- open the file
node_modules/react-scripts/scripts/start.js
in your react project. - search for
openBrowser
at the bottom of the file - add comments to this line
- save file and check => quiet .. no starting :-)