https://github.com/cbrra/electron-template
A template to quickly start a new application with Electron, TypeScript, React, Vite, Prettier, TailwindCSS, and Shadcn/ui.
https://github.com/cbrra/electron-template
electron prettier react shadcn tailwind template typescript vite
Last synced: 3 months ago
JSON representation
A template to quickly start a new application with Electron, TypeScript, React, Vite, Prettier, TailwindCSS, and Shadcn/ui.
- Host: GitHub
- URL: https://github.com/cbrra/electron-template
- Owner: Cbrra
- License: mit
- Created: 2023-04-23T20:23:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T16:48:54.000Z (about 1 year ago)
- Last Synced: 2025-07-10T17:19:42.608Z (11 months ago)
- Topics: electron, prettier, react, shadcn, tailwind, template, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron Template
A template to quickly start a new application with Electron, TypeScript, React, Vite, Prettier, TailwindCSS, and Shadcn/ui.
> This is a modified version of https://github.com/electron-vite/electron-vite-react
**Note:**
As an alternative to Electron, I recommend checking out [Tauri](https://tauri.app).
## Usage
- `npm i` -> Download the dependencies
- `npm run dev` -> Start the dev mode
- `npm run lint` -> Lint with tsc
- `npm run test` -> Test the code with Vitest
- `npm run format` -> Format the code with Prettier
- `npm run build` -> Build the app with electron-builder