how to run electron and react using concurrently

Solutions on MaxInterview for how to run electron and react using concurrently by the best coders in the world

showing results for - "how to run electron and react using concurrently"
Bristol
31 Feb 2020
1please note that you also have to install concurrently if not already installed
2
3second one : install concurrently and run this (on windows though)
4add the following to package.json file
5
6"electron-dev": "concurrently \"SET BROWSER=none&&npm run start\" \"wait-on http://localhost:3000 && electron .\""