This project uses Electron React Boilerplate which uses Electron, React, React Router, Webpack and React Fast Refresh.
First install the dependencies if not done yet:
yarn
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package
See the docs and guides here