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

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.

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)