A modern desktop application built with Electron, React, TypeScript, Tailwind CSS, and shadcn/ui.
- 🚀 Electron - Build cross-platform desktop applications
- ⚛️ React - Component-based UI development
- 📘 TypeScript - Type safety and improved developer experience
- 🎨 Tailwind CSS - Utility-first CSS framework
- 🧩 shadcn/ui - High-quality, accessible UI components
Before you begin, ensure you have met the following requirements:
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/PremPrakashCodes/electron-react-boilerplate.git
cd electron-react-boilerplate
- Install dependencies:
npm install
Start the development server:
npm start
This will start the Electron application in development mode.