Inspired from An example of using React (create-react-app) with Electron at github.com/kitze
Consider also:
- How To Organize React and ElectronJS Project Structure at https://medium.com/@edwardgunawan880
- Inventory-hub at github.com/edwardGunawan
- A Foundation for Scalable Cross-Platform Apps at github.com/electron-react-boilerplate
- Writing Your First Electron App at www.electronjs.org
yarn start will start the Electron app and the React app at the same time.
yarn build will build the React app and package it along the Electron app.