A fast Electrobun desktop app template with Sveltekit, instead of plain svelte which the official template offers.
# Clone this template:
git clone https://github.com/Simon-Weij/svelte-electrobun-template.git
# Remove the .git folder
rm -rf .git
# Install dependencies
bun install
Useful commands:
# Install dependencies
bun install
# Development without HMR (uses bundled assets)
bun run dev
# Development with HMR (recommended)
bun run dev:hmr
# Build for production
bun run build
# Build for production release
bun run build:prod
Licensed under the MIT license, use for whatever you want :)
Contributing is always welcome, if there's a new electrobun version, svelte(kit) version. Or just general improvements, feel free to open a PR