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

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

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
```