https://github.com/noelrohi/shadcn-vite-react-starter
https://github.com/noelrohi/shadcn-vite-react-starter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noelrohi/shadcn-vite-react-starter
- Owner: noelrohi
- Created: 2023-07-03T06:01:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T10:36:05.000Z (almost 2 years ago)
- Last Synced: 2024-08-23T03:54:12.703Z (9 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```