A minimal, working, unopinionated template for building modern desktop applications using Electron, Vite, React, and TypeScript.
- ⚡️ Vite - Lightning fast build tooling
- 🔑 TypeScript - Type safety throughout the entire app
- ⚛️ React - Component-based UI development
- 🔌 Electron - Cross-platform desktop apps
- 🎯 Minimal - No unnecessary dependencies or bloat
- 📦 Production Ready - Includes packaging and build configurations
- Node.js (v18 or higher recommended)
- npm or yarn
git clone https://github.com/edymusajev/electron-vite-react-ts-template.git
cd electron-vite-react-ts-template
npm install
npm run start
This template was created out of frustration with existing solutions that were either outdated, buggy, or bloated with unnecessary dependencies. It provides a clean, minimal starting point for building modern desktop applications.
MIT