|
|
пре 1 година | |
|---|---|---|
| .github | пре 1 година | |
| public | пре 2 година | |
| src | пре 1 година | |
| .gitignore | пре 2 година | |
| .prettierignore | пре 1 година | |
| .prettierrc | пре 1 година | |
| CODE_OF_CONDUCT.md | пре 1 година | |
| LICENSE | пре 2 година | |
| README.md | пре 2 година | |
| components.json | пре 2 година | |
| eslint.config.js | пре 1 година | |
| index.html | пре 2 година | |
| netlify.toml | пре 2 година | |
| package.json | пре 1 година | |
| pnpm-lock.yaml | пре 1 година | |
| postcss.config.js | пре 2 година | |
| tailwind.config.js | пре 2 година | |
| tsconfig.app.json | пре 1 година | |
| tsconfig.json | пре 1 година | |
| tsconfig.node.json | пре 1 година | |
| vite.config.ts | пре 2 година |
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