Admin dashboard starter kit developed with React, Vite, Shadcn etc.
[x] Responsive Web Design
[x] Auto generated sidebar menu from react-router's routes
[x] Extra custom components
[] WIP : Light/dark mode
[] WIP : Global Search Command
Build Tool: Vite
Routing: React Router
Styling: ShadcnUI, including TailwindCSS and RadixUI
Utility Tool:
Make sure you have the following installed:
Clone the project
-
Clone this repository:
git clone https://github.com/hariadiarief/react-vite-shadcn-dashboard-starter-kit.git
-
Go to the project directory
cd react-vite-shadcn-dashboard-starter-kit
-
Install the dependencies:
npm install
To start the development server, run:
yarn dev
# or
npm run dev
Licensed under the MIT License