This is a boilerplate project for Electron-Forge with React, Typescript, and Vite.
- Custom titlebar with control buttons and menus.
- Preload script with a minimal set of methods exposed from Electron's
ipcRenderer
to support communication to main process. - Window state manager.
- Simple React application using SASS stylings.
- ESLint and Prettier configuration
- Husky to handle git hooks
To get started with this project, follow these steps:
- Clone this repository.
- Install dependencies with
yarn install
. - Run the application with
yarn start
.
Contributions are welcome! Please see CONTRIBUTING.md for more information.
This project is licensed under the terms of the MIT license.