https://github.com/jhenbertgit/svelte-shadcn-template
A pre-configured boilerplate with Svelte 5 and Shadcn UI, complete with a ready-to-use dark mode toggle.
https://github.com/jhenbertgit/svelte-shadcn-template
shadcn-ui svelte-5 sveltekit
Last synced: about 2 months ago
JSON representation
A pre-configured boilerplate with Svelte 5 and Shadcn UI, complete with a ready-to-use dark mode toggle.
- Host: GitHub
- URL: https://github.com/jhenbertgit/svelte-shadcn-template
- Owner: jhenbertgit
- License: mit
- Created: 2024-02-15T11:47:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T09:32:37.000Z (over 1 year ago)
- Last Synced: 2025-10-26T09:57:43.794Z (8 months ago)
- Topics: shadcn-ui, svelte-5, sveltekit
- Language: Svelte
- Homepage: https://www.npmjs.com/package/mugna-svelte-shadcn
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beginner-Friendly SvelteKit App
- This will install a SvelteKit App configured with Shadcn-UI for Svelte 5.
## Easy install and no configuration needed
- Run this command into your terminal
```bash
npx mugna-svelte5-shadcn
```
- Navigate to your project directory via `cd` command and run `npm install` to install dependencies.
- Then run `npm run dev` to start the development server.
- Happy Coding! :smiley:
Please refer to this [GitHub](https://github.com/jhenbertgit/svelte-shadcn-template#readme) repository for more information.
## About Svelte 5
- More information [here](https://svelte.dev/)
## About SvelteKit
- More information [here](https://kit.svelte.dev/docs/introduction)
## About Shadcn-Svelte
- More information [here](https://www.shadcn-svelte.com/docs)