A template for Sveltekit using Bun. (Blazingly Fast)²
Components and styling with shadcn-svelte and tailwind
$ git clone https://github.com/addi00000/bun-svelte-template.git
$ cd bun-svelte-template
$ bun install
# Development
$ bun --bun run dev
# Production
$ bun run build
$ bun run preview