Skip to content

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

Notifications You must be signed in to change notification settings

vishalbalaji/sveltekit-electron

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published