|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| public | %!s(int64=2) %!d(string=hai) anos | |
| src | %!s(int64=2) %!d(string=hai) anos | |
| .eslintrc.cjs | %!s(int64=2) %!d(string=hai) anos | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| .prettierignore | %!s(int64=2) %!d(string=hai) anos | |
| .prettierrc | %!s(int64=2) %!d(string=hai) anos | |
| LICENSE | %!s(int64=2) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| components.json | %!s(int64=2) %!d(string=hai) anos | |
| index.html | %!s(int64=2) %!d(string=hai) anos | |
| netlify.toml | %!s(int64=2) %!d(string=hai) anos | |
| package.json | %!s(int64=2) %!d(string=hai) anos | |
| pnpm-lock.yaml | %!s(int64=2) %!d(string=hai) anos | |
| postcss.config.js | %!s(int64=2) %!d(string=hai) anos | |
| tailwind.config.js | %!s(int64=2) %!d(string=hai) anos | |
| tsconfig.json | %!s(int64=2) %!d(string=hai) anos | |
| tsconfig.node.json | %!s(int64=2) %!d(string=hai) anos | |
| vite.config.ts | %!s(int64=2) %!d(string=hai) anos |
Admin Dashboard UI crafted with Shadcn and Vite. Built with responsiveness and accessibility in mind.
I've been creating dashboard UIs at work and for my personal projects. I always wanted to make a reusable collection of dashboard UI for future projects; and here it is now. While I've created a few custom components, some of the code is directly adapted from ShadcnUI examples.
This is not a starter project (template) though. I'll probably make one in the future.
UI: ShadcnUI (TailwindCSS + RadixUI)
Build Tool: Vite
Routing: React Router
Type Checking: TypeScript
Linting/Formatting: Eslint & Prettier
Icons: Tabler Icons
Clone the project
git clone https://github.com/satnaing/shadcn-admin.git
Go to the project directory
cd shadcn-admin
Install dependencies
pnpm install
Start the server
pnpm run dev
Crafted with 🤍 by @satnaing
Licensed under the MIT License