npm install
npm run dev
npm start
This will start the React dev server
npm run electron-start
This will start Electron
(Replace the URL in package.json
with the URL where your React app is being served)
npm install
npm run dev
npm start
This will start the React dev server
npm run electron-start
This will start Electron
(Replace the URL in package.json
with the URL where your React app is being served)