pedrogiampietro / vite-typescript-shadcn-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadcn Admin Dashboard

Admin Dashboard UI crafted with Shadcn and Vite. Built with responsiveness and accessibility in mind.

alt text

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
  • Sidebar and header layouts
  • 10+ pages
  • Extra custom components

Tech Stack

UI: ShadcnUI (TailwindCSS + RadixUI)

Build Tool: Vite

Routing: React Router

Type Checking: TypeScript

Linting/Formatting: Eslint & Prettier

Icons: Tabler Icons

Run Locally

Install dependencies

  pnpm install

Start the server

  pnpm run dev

License

Licensed under the MIT License

About

License:MIT License


Languages

Language:TypeScript 96.9%Language:JavaScript 1.3%Language:CSS 1.0%Language:HTML 0.7%