A starter template combining Electron, Vite, React, Tailwind CSS, and Ant Design.
Clone the repository and install dependencies:
git clone https://github.com/muyoou/electron_vite_react_tailwind.git
cd electron-vite-react-tailwind
npm install
npm run start
Package the application:
npm run package
The built application will be in the out directory.