Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nareshbhatia/shadcn-demo
Shadcn Demo
https://github.com/nareshbhatia/shadcn-demo
Last synced: about 6 hours ago
JSON representation
Shadcn Demo
- Host: GitHub
- URL: https://github.com/nareshbhatia/shadcn-demo
- Owner: nareshbhatia
- Created: 2024-02-29T01:33:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T23:39:55.000Z (7 months ago)
- Last Synced: 2024-04-22T03:06:16.983Z (7 months ago)
- Language: TypeScript
- Homepage: https://shadcn-demo-theta.vercel.app/
- Size: 715 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.