This template provides a minimal setup to get React working in Vite with Electron. It is intended to be used as a starting point for developing beautiful desktop applications using Tailwind CSS.
Technologies used in this project:
- Electron
- React
- Vite
- Typescript + SWC
- Tailwind CSS
Clone this repository
git clone https://github.com/asinghka/electron-react-template.git
Install all dependencies from the project root folder
npm install
and run the electron app
npm start