Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akinoccc/electron-vite-react-starter

The starter uses electron + vite + react + antd + ts.
https://github.com/akinoccc/electron-vite-react-starter

electron react vite

Last synced: 3 months ago
JSON representation

The starter uses electron + vite + react + antd + ts.

Awesome Lists containing this project

README

        

# 🌈Electron-react-starter

## 🚀Feature

- Develop by react and built by vite.
- Format code style by prettier and eslint.
- Configured electron-builder and husky and commitlint.

## 📖Usage

### Dev

```shell
# Install
yarn
```

```shell
# Start
yarn dev
```

### Package

```shell
# ENV: dev | prod
yarn build:[ENV]
```