|
|
1 år sedan | |
|---|---|---|
| .github | 1 år sedan | |
| public | 2 år sedan | |
| src | 1 år sedan | |
| .gitignore | 2 år sedan | |
| .prettierignore | 1 år sedan | |
| .prettierrc | 1 år sedan | |
| CODE_OF_CONDUCT.md | 1 år sedan | |
| LICENSE | 2 år sedan | |
| README.md | 2 år sedan | |
| components.json | 1 år sedan | |
| eslint.config.js | 1 år sedan | |
| index.html | 2 år sedan | |
| netlify.toml | 2 år sedan | |
| package.json | 1 år sedan | |
| pnpm-lock.yaml | 1 år sedan | |
| postcss.config.js | 2 år sedan | |
| tailwind.config.js | 1 år sedan | |
| tsconfig.app.json | 1 år sedan | |
| tsconfig.json | 1 år sedan | |
| tsconfig.node.json | 1 år sedan | |
| vite.config.ts | 2 år sedan |
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