https://github.com/maxzz/electron-vite-2025
An Electron application with React and TypeScript. April 2025 edition
https://github.com/maxzz/electron-vite-2025
Last synced: about 1 year ago
JSON representation
An Electron application with React and TypeScript. April 2025 edition
- Host: GitHub
- URL: https://github.com/maxzz/electron-vite-2025
- Owner: maxzz
- Created: 2025-04-29T22:42:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T03:09:56.000Z (about 1 year ago)
- Last Synced: 2025-05-18T22:14:14.516Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-app
An Electron application with React and TypeScript. April 2025 edition
Started from [electron-vite](https://github.com/alex8088/electron-vite)
```bash
pnpm create @quick-start/electron . --template react-ts
```
The boiler plate code from [electron-vite-boilerplate](https://github.com/alex8088/electron-vite-boilerplate)
## 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
$ pnpm install
```
### Development
```bash
$ pnpm dev
```
### Build
```bash
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux
```