Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/addi00000/bun-svelte-template

A template for Sveltekit using Bun and shadcn/ui. (Blazingly Fast)²
https://github.com/addi00000/bun-svelte-template

bun bunjs shadcn shadcn-ui svelte sveltejs sveltekit tailwind tailwindcss template typescript

Last synced: about 23 hours ago
JSON representation

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

Awesome Lists containing this project

README

        




Bun Sveltekit Template


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


badge
badge

## Setup 🔮

```bash
$ 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
```