Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nareshbhatia/shadcn-demo

Shadcn Demo
https://github.com/nareshbhatia/shadcn-demo

Last synced: about 6 hours ago
JSON representation

Shadcn Demo

Awesome Lists containing this project

README

        

# Shadcn Demo

A sample application to demonstrate [shadcn/ui](https://ui.shadcn.com/)
components.

Live demo: https://shadcn-demo-theta.vercel.app/

![Screenshot](./assets/screenshot.png)

## Getting Started

### Development Build

```shell
npm ci
npm run dev
```

Open a browser window at http://localhost:3000/ to see app.

### Production Build

```shell
npm ci
npm run build
npm start
```

Open a browser window at http://localhost:3000/ to see app.