Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.17 KB

Electron-Vite-ShadCN

A complete template to build beautiful desktop applications with Electron.

Libraries and Tools

Project Preferences

  • Context isolation enabled
  • Custom title bar
  • Outfit font as default

Directory Structure

src/
  assets/
    fonts/
  components/
    ui/
  helpers/
    ipc/
  layout/
  lib/
  pages/
  stories/
  style/
  tests/

NPM Scripts

  • dev: Run the app in dev mode
  • package: Create platform-specific executable
  • make: Build platform-specific distributables
  • test: Run Jest and Playwright tests