https://github.com/hanielu/shadcn-uno
shadcn-svelte + UnoCSS Template
https://github.com/hanielu/shadcn-uno
shadcn-svelte sveltekit unocss
Last synced: 7 months ago
JSON representation
shadcn-svelte + UnoCSS Template
- Host: GitHub
- URL: https://github.com/hanielu/shadcn-uno
- Owner: HanielU
- Created: 2023-10-24T14:13:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T23:28:45.000Z (over 1 year ago)
- Last Synced: 2025-01-30T04:28:52.691Z (9 months ago)
- Topics: shadcn-svelte, sveltekit, unocss
- Language: TypeScript
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-svelte
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
| Technology | Usage |
| ----------- | ----------------- |
| [Sveltekit] | Svelte Framework |
| [UnoCSS] | Atomic Css engine |## Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```bash
# create a new project in the current directory
npx degit adroyt/sveltekit# create a new project in my-app
npx degit adroyt/sveltekit my-app
```## Developing
Once you've created a project and installed dependencies with `yarn` (or `npm install` or `pnpm install`), start a development server:
```bash
yarn dev# or start the server and open the app in a new browser tab
yarn dev -- --open
```## Building
To create a production version of your app:
```bash
yarn build
```You can preview the production build with `yarn preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
[sveltekit]: https://kit.svelte.dev
[unocss]: https://github.com/unocss/unocss
[vanilla extract]: https://vanilla-extract.style