Skip to content

NickAnthony/Electron-Svelte-Shadcn-Template

Repository files navigation

Electron-Svelte-Shadcn Template

A template Electron application with Svelte, TypeScript, and more.

Technologies Used

This template repository showcases the integration of the following technologies:

  1. Electron-vite - Build tool for Electron apps
  2. Svelte - Component framework
  3. Shadcn-svelte - UI component library
  4. TailwindCSS - Utility-first CSS framework
  5. Prisma - ORM for database access
  6. SQLite - Lightweight, serverless database
  7. TypeScript - Typed superset of JavaScript

Purpose

Getting all these stacks to work together is a bit of a challenge, so I created this template to make it quicker.

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published