A starter kit for electron apps using React + Typescript, based on Electron Forge.
It enables to use:
- React + Typescript for UI part
- Typescript for backend process part
- Jest for unit tests
It includes an example of communication between UI and Main processes (ipcRenderer and ipcMain).