Skip to content

Electron-vite boilerplate with React, Panda CSS and some useful libraries

License

Notifications You must be signed in to change notification settings

Riment/electron-vite-react-panda

Repository files navigation

Electron + Vite + React + Panda CSS

Electron-vite boilerplate with React, Panda CSS and some basic essential dependencies.

Dependencies

Install

# Clone the project
git clone https://github.com/Riment/electron-vite-react-panda.git

# Enter the project directory
cd /electron-vite-react-panda

# Install dependencies
npm install

Development

npm run dev

Production

npm run build