I have a react project that I am running using npm. When I do npm start, it launches on my default browser:- google chrome.
I would like to launch on firefox, safari and internet explorer for manual testing. I prefer don't making changes to package.json due to one time use.Any ideas on how to go about?
Specs
node -p process.arch: x64
node -p process.platform: darwin
npm info react version 16.4.0
macOS 10.13.4 (17E199)
npm update