DEV Community

Discussion on: How to build Electron apps with React.

Collapse
 
martinduo profile image
Bruce Martin

I just fixed the problem below by changing script line to this:

"electron-dev": "concurrently \"SET BROWSER=none&&npm run start\" \"wait-on localhost:3000 && electron .\""

This answer was found on stackoverflow.com/questions/587363...