create-electron-shadcn-app
v1.0.6
Published
Create Electron Forge apps with Vite, React, Tailwind and shadcn/ui only with one command.
Downloads
27
Maintainers
Readme
🧪 create-electron-shadcn-app
Create modern desktop applications using Electron, Vite, React, Tailwind CSS, and shadcn/ui — all with a single command.
A CLI tool for quickly scaffolding Electron projects with responsive design and accessible shadcn UI components.
🚀 How to use
You can create a new project using:
npm create electron-shadcn-app@latestOr with npx:
npx create-electron-shadcn-app@latestThen follow the prompts to name and set up your new app.
📦 What's included
- ⚡ Electron Forge with Vite plugin
- ⚛️ React with TypeScript
- 🎨 Tailwind CSS preconfigured
- 💅 shadcn/ui with theme and accessibility support
- ✅ Ready-to-package Electron configuration
- 💻 Helpful scripts (
start,make,lint, etc)
🛠️ Available scripts
npm start # Launch the app in development mode
npm run make # Package the app for production🧪 Requirements
- Node.js >= 18
- npm >= 9
📦 Publishing
This CLI is available on npm.
Repository: github.com/acrisiodejesus/create-electron-shadcn-app
🤝 Contributing
Pull requests are welcome! Feel free to suggest improvements, add templates, or new features.
📝 License
MIT © Acrísio De Jesus
