https://github.com/koji/electron-react-vite-ts-template
electron + react + vite + typescript
https://github.com/koji/electron-react-vite-ts-template
electron eslint react typescript vite yarn
Last synced: 2 months ago
JSON representation
electron + react + vite + typescript
- Host: GitHub
- URL: https://github.com/koji/electron-react-vite-ts-template
- Owner: koji
- Created: 2025-02-13T07:41:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T07:51:48.000Z (over 1 year ago)
- Last Synced: 2025-07-30T13:07:29.243Z (11 months ago)
- Topics: electron, eslint, react, typescript, vite, yarn
- Language: TypeScript
- Homepage:
- Size: 239 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-react-vite-template
An Electron application with Vite6, React, and TypeScript
## node version
this repo works with v22
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ yarn install
```
### Development
```bash
$ yarn dev
```
### Build
```bash
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
```