Instructions to run

Install all dependencies

npm install

For quick demo, simply run

npm run dev

Or the long way:

Run React

npm start

This will start the React dev server

In other terminal, run Electron

npm run electron-start

This will start Electron

(Replace the URL in package.json with the URL where your React app is being served)