sveltekit-electron Svelte Themes

Sveltekit Electron

A ready-to-use template to use SvelteKit inside Electron.

SvelteKit Electron

A ready-to-use template to use SvelteKit in Electron.

Getting Started

Project Structure

The UI is a basic SvelteKit skeleton which is compiled to a static site using prerendering. The desktop app is built using electron-builder.

Run it locally

  • Clone the project.
    git clone https://github.com/fiorelorenzo/sveltekit-electron.git
    cd sveltekit-electron
  • Install the dependencies.
    npm install
  • Start the app in dev mode
    npm run dev

Build the desktop application

  • Build the Svelte application.
    npm run build

Top categories

Loading Svelte Themes