A ready-to-use template to use SvelteKit in Electron.
The UI is a basic SvelteKit skeleton which is compiled to a static site using prerendering. The desktop app is built using electron-builder.
git clone https://github.com/fiorelorenzo/sveltekit-electron.git
cd sveltekit-electron
npm install
npm run dev
npm run build