https://github.com/ziteh/electron-app
A simple Electron + Vite + React + TypeScript template
https://github.com/ziteh/electron-app
Last synced: 10 months ago
JSON representation
A simple Electron + Vite + React + TypeScript template
- Host: GitHub
- URL: https://github.com/ziteh/electron-app
- Owner: ziteh
- License: mit
- Created: 2024-12-20T13:49:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T13:55:16.000Z (about 1 year ago)
- Last Synced: 2025-04-10T06:59:04.754Z (10 months ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron + Vite + React + TypeScript
A simple Electron + Vite + React + TypeScript template, based on [Electron⚡️Vite](https://electron-vite.github.io).
## Usage
```bash
pnpm install
pnpm prepare
pnpm dev
pnpm build
```