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

https://github.com/noelrohi/shadcn-vite-react-starter


https://github.com/noelrohi/shadcn-vite-react-starter

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# shadcn-vite-react-starter

Vite + React + SWC + Shadcn-ui Boilerplate

## Run Locally

Clone the project

```bash
git clone https://github.com/gneiru/shadcn-vite-react-starter.git
```

Go to the project directory

```bash
cd shadcn-vite-react-starter.git
```

Install dependencies

```bash
pnpm install
```

Start the server

```bash
pnpm dev
```

## Add component from [shadcn-ui](https://ui.shadcn.com/docs/components)
```bash
pnpm ui:add label input
```
or

```bash
pnpm ui:add label
```
```bash
pnpm ui:add input
```