An example of using create-react-app and Electron.
Made by Kitze.
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.
You can read more about it in my Medium article.