Home
Softono

Sveltekit Electron

Open source MIT JavaScript
296
Stars
30
Forks
2
Issues
5
Watchers
2 years
Last Commit

 About Sveltekit Electron

Minimal Sveltekit + Electron starter template.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Sveltekit Electron?

We provide expert installation service for this software. Our team will install, configure, and secure Sveltekit Electron on your server. plans start at just $30.

Sveltekit Electron

View on GitHub

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