DEV Community

arcenyovia
arcenyovia

Posted on

yarn start with firefox or chrome

in mac os
package.json

"scripts": {
"start": "BROWSER=firefox react-scripts start",
"chrome": "BROWSER='google chrome' react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},

Top comments (0)