A template Electron application with Svelte, TypeScript, and more.
This template repository showcases the integration of the following technologies:
- Electron-vite - Build tool for Electron apps
- Svelte - Component framework
- Shadcn-svelte - UI component library
- TailwindCSS - Utility-first CSS framework
- Prisma - ORM for database access
- SQLite - Lightweight, serverless database
- TypeScript - Typed superset of JavaScript
Getting all these stacks to work together is a bit of a challenge, so I created this template to make it quicker.
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux