https://github.com/uetchy/electron-app-template
Template for Electron + CRA + Vite with IPC bridge
https://github.com/uetchy/electron-app-template
create-react-app electron starter-kit
Last synced: 4 months ago
JSON representation
Template for Electron + CRA + Vite with IPC bridge
- Host: GitHub
- URL: https://github.com/uetchy/electron-app-template
- Owner: uetchy
- License: apache-2.0
- Created: 2019-05-14T12:18:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:10:09.000Z (over 3 years ago)
- Last Synced: 2025-07-29T00:44:36.150Z (11 months ago)
- Topics: create-react-app, electron, starter-kit
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron App Template

## Dev
```
yarn install
yarn dev
```
## Package
Create a package for macOS and Windows.
```
yarn package
```
## License
This project is based on amazing [cawa-93/vite-electron-builder](https://github.com/cawa-93/vite-electron-builder) project.