Skip to content

A template for Sveltekit using Bun and shadcn/ui. (Blazingly Fast)²

Notifications You must be signed in to change notification settings

addi00000/bun-svelte-template

Repository files navigation


Bun Sveltekit Template

A template for Sveltekit using Bun. (Blazingly Fast)²
Components and styling with shadcn-svelte and tailwind

badge badge

Setup 🔮

$ 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