Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanuarprayoga9/shadcn-dashboard-ui
simple dashboard template shadcn ui for every project hehehe
https://github.com/yanuarprayoga9/shadcn-dashboard-ui
Last synced: about 2 months ago
JSON representation
simple dashboard template shadcn ui for every project hehehe
- Host: GitHub
- URL: https://github.com/yanuarprayoga9/shadcn-dashboard-ui
- Owner: Yanuarprayoga9
- License: mit
- Created: 2024-03-10T12:52:34.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-12T07:48:31.000Z (10 months ago)
- Last Synced: 2024-03-12T19:04:43.190Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
git clone https://github.com/Yanuarprayoga9/shadcn-dashboard-ui
git remote remove origin
```
First, run the development server:### Install packages
```bash
npm instal
```
### Start the app```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```