https://github.com/nixjs/admin-vite-tanstack-tailwind
https://github.com/nixjs/admin-vite-tanstack-tailwind
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nixjs/admin-vite-tanstack-tailwind
- Owner: nixjs
- License: mit
- Created: 2025-01-12T10:59:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T04:02:03.000Z (5 months ago)
- Last Synced: 2025-04-21T10:03:36.537Z (2 months ago)
- Language: TypeScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Shadcn Admin Dashboard
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.
## Features
- Light/dark mode
- Responsive
- Accessible
- With built-in Sidebar component
- Global Search Command
- 10+ pages
- Extra custom components## Tech Stack
**UI:** [ShadcnUI](https://ui.shadcn.com) (TailwindCSS + RadixUI)
**Build Tool:** [Vite](https://vitejs.dev/)
**Routing:** [TanStack Router](https://tanstack.com/router/latest)
**Type Checking:** [TypeScript](https://www.typescriptlang.org/)
**Linting/Formatting:** [Eslint](https://eslint.org/) & [Prettier](https://prettier.io/)
**Icons:** [Tabler Icons](https://tabler.io/icons)
## Run Locally
Clone the project
```bash
git clone https://github.com/satnaing/shadcn-admin.git
```Go to the project directory
```bash
cd shadcn-admin
```Install dependencies
```bash
pnpm install
```Start the server
```bash
pnpm run dev
```## Author
Crafted with 🤍 by [@satnaing](https://github.com/satnaing)
## License
Licensed under the [MIT License](https://choosealicense.com/licenses/mit/)