sveltekit-electron icon indicating copy to clipboard operation
sveltekit-electron copied to clipboard

Minimal Sveltekit + Electron starter template.

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

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