Answers for "how to run electron and react using concurrently"

0

how to run electron and react using concurrently

please note that you also have to install concurrently if not already installed

second one : install concurrently and run this (on windows though)
add the following to package.json file

"electron-dev": "concurrently \"SET BROWSER=none&&npm run start\" \"wait-on http://localhost:3000 && electron .\""
Posted by: Guest on January-11-2021

Code answers related to "how to run electron and react using concurrently"

Code answers related to "Javascript"

Browse Popular Code Answers by Language