sveltekit-electron

Sveltekit Electron

A minimal Sveltekit application with @sveltejs/adapter-node configured with Electron.

Electron with Sveltekit

A minimal Sveltekit application with @sveltejs/adapter-node configured with Electron.

Development

The development server can be started with:

npm run dev

If you want to just work on the Sveltekit application, then start the server with:

npm run dev:svelte

Preview

You can preview the app with:

npm run preview

For just the Sveltekit app, run:

npm run preview:svelte

Building

To create a final build of the app, run:

npm run build

To build just the Sveltekit app, run:

npm run build:svelte

To build just the Electron app, run:

npm run build:electron

Top categories

Loading Svelte Themes