https://github.com/c0mplexity0/electron-forge-react-vite-boilerplate
Minimal boilerplate for Electron with TypeScript, Vite and React.
https://github.com/c0mplexity0/electron-forge-react-vite-boilerplate
electron electron-forge javascript nodejs react typescript vite
Last synced: 5 months ago
JSON representation
Minimal boilerplate for Electron with TypeScript, Vite and React.
- Host: GitHub
- URL: https://github.com/c0mplexity0/electron-forge-react-vite-boilerplate
- Owner: C0mplexity0
- License: mit
- Created: 2024-08-30T19:35:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T15:31:59.000Z (over 1 year ago)
- Last Synced: 2025-04-05T23:17:34.227Z (about 1 year ago)
- Topics: electron, electron-forge, javascript, nodejs, react, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 1.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron Forge React Vite Boilerplate
This is a minimal boilerplate for Electron through Electron Forge and including TypeScript, Vite and React, with hot reloading.
## Installation
```
git clone https://github.com/C0mplexity0/electron-forge-react-vite-boilerplate.git your-project-name
yarn install
```
## Development & Packaging
You can start the app with:
```
yarn start
```
Then you can package the app with:
```
yarn package
```
## Example
This boilerplate is used in https://github.com/C0mplexity0/tiny-games, you might find an answer to an issue you're having there.