Boilerplate for an Electron App with React + Hot Loading
This project aims to be an alternative to boilerplates with a large footprint and many dependencies.
The goal is to keep it as simple as possible!
Based on this guide: https://www.freecodecamp.org/news/building-an-electron-application-with-create-react-app-97945861647c/
Example for connection between main process and renderer process can be found in src/services/Electron.js
A lot of code was taken from these repos:
Both are licensed as MIT as well as this repository.
Huge thanks to the developers of these repos which made this repo possible!