Minimal Electrobun + SvelteKit starter powered by Bun and Tailwind CSS.
bun install
Run the Vite dev server with the Electrobun desktop runtime:
bun run dev
Run the bundled SSR watch flow with the Electrobun desktop runtime:
bun run dev:desktop:ssr
Run only the web dev server:
bun run dev:web
bun run check
bun run build
bun run build:desktop
This project licensed under the MIT License. See the LICENSE file for details.