Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

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

Notifications You must be signed in to change notification settings

akinoccc/electron-vite-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌈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

# Install
yarn
# Start
yarn dev

Package

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