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.
- Host: GitHub
- URL: https://github.com/jhenbertgit/svelte-shadcn-template
- Owner: jhenbertgit
- License: mit
- Created: 2024-02-15T11:47:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T09:52:26.000Z (over 1 year ago)
- Last Synced: 2024-09-19T23:37:01.130Z (9 months ago)
- Language: Svelte
- Size: 49.8 KB
- Stars: 0
- 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)