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

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

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