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

https://github.com/jhenbertgit/svelte-shadcn-template

Svelte configured with Shadcn-svelte.
https://github.com/jhenbertgit/svelte-shadcn-template

Last synced: 4 months ago
JSON representation

Svelte configured with Shadcn-svelte.

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)