Skip to content

Minimal Sveltekit + Electron starter template. Ported to svelte 5. base for a TBD not yet public project.

License

Notifications You must be signed in to change notification settings

cognominal/sveltekit-electron

 
 

Repository files navigation

Sveltekit + Electron

Minimal Sveltekit + Electron starter template.


Getting Started

Unfortunately you must use npm as there are issues that arise when using pnpm or yarn

Clone · npx degit fractalhq/sveltekit-electron
Install · npm install
Develop · npm run dev
Build · npm run build

In order to eliminate vulnerabilities caused by electron itself, please run npm update and npm audit fix. This will apply overrides.


Recommended IDE Setup

VSCode + Svelte for VSCode

Change Build Targets

In the scripts section of package.json you can update the build:electron command and change the flags to set the targets, by default it uses -mwl which is Mac, Windows, and Linux

About

Minimal Sveltekit + Electron starter template. Ported to svelte 5. base for a TBD not yet public project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.8%
  • Svelte 35.6%
  • HTML 4.6%