Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days ago
JSON representation
A template for Sveltekit using Bun and shadcn/ui. (Blazingly Fast)²
- Host: GitHub
- URL: https://github.com/addi00000/bun-svelte-template
- Owner: addi00000
- Created: 2023-09-10T23:49:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T02:29:42.000Z (about 1 year ago)
- Last Synced: 2024-09-29T11:51:48.895Z (about 1 month ago)
- Topics: bun, bunjs, shadcn, shadcn-ui, svelte, sveltejs, sveltekit, tailwind, tailwindcss, template, typescript
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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
```