An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Electron App Template

![icon](./assets/icon.png)

## 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.