|
|
há 1 ano atrás | |
|---|---|---|
| .github | há 1 ano atrás | |
| public | há 1 ano atrás | |
| src | há 1 ano atrás | |
| .gitignore | há 2 anos atrás | |
| .prettierignore | há 1 ano atrás | |
| .prettierrc | há 1 ano atrás | |
| CHANGELOG.md | há 1 ano atrás | |
| CODE_OF_CONDUCT.md | há 1 ano atrás | |
| LICENSE | há 2 anos atrás | |
| README.md | há 1 ano atrás | |
| components.json | há 1 ano atrás | |
| cz.yaml | há 1 ano atrás | |
| eslint.config.js | há 1 ano atrás | |
| index.html | há 1 ano atrás | |
| knip.config.ts | há 1 ano atrás | |
| netlify.toml | há 2 anos atrás | |
| package.json | há 1 ano atrás | |
| pnpm-lock.yaml | há 1 ano atrás | |
| postcss.config.js | há 2 anos atrás | |
| tailwind.config.js | há 1 ano atrás | |
| tsconfig.app.json | há 1 ano atrás | |
| tsconfig.json | há 1 ano atrás | |
| tsconfig.node.json | há 1 ano atrás | |
| vite.config.ts | há 1 ano atrás |
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: TanStack 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