electron-svelte-typescript

Electron Svelte Typescript

electron + svelte + typescript template

Electron + Svelte + Typescript Template

Simple template to quickly start developing in Typescript an Electron Desktop App + Svelte SPA.
For others builds options, check out electron-builder and modify build field in package.json.

Made with

Features

  • Typescript
  • Live-reload
  • Client-side navigation
  • SharedArrayBuffer supports
  • Basic Ipc bridge
  • Easy to customize

Scripts

npm i
npm run dev
npm run build

Files Structure

.   
├── app-svelte              # Svelte app    
├── app-electron            # Electron app   
├── build                   # Transpiled files generated with "npm run dev"  
├── dist                    # Packaged/compiled app generated with "npm run build"     
├── package-lock.json                      
├── package.json                      
└── README.md                      

Top categories

Loading Svelte Themes