Skip to content

truonghungit/react-shadcn-admin-template

Repository files navigation

React Shadcn UI Admin Template

Getting started

Clone the project

Clone the latest version

git clone https://github.com/truonghungit/react-shadcn-admin-template.git
cd react-shadcn-admin-template

Or you can specify the new directory name by syntax adding new directory name at the end of the clone command

git clone https://github.com/truonghungit/react-shadcn-admin-template.git new_directory_name
cd new_directory_name

Previous versions are also available for download.

Install dependencies.

pnpm install

Start the server

Start your application in local development server with hot reload

pnpm run dev

Tech Stack

  • React 19
  • TypeScript
  • Vite
  • ESLint, Prettier
  • TanStack Router
  • Shadcn UI
  • Tabler Icons

Make it your own

When using this project to build your application, you may want to consider the following steps:

  • Rename the project in package.json name property and set an appropriate version (eg 0.0.1 or 1.0.0)
  • Delete the existing CHANGELOG.md (you will generate your own with future releases of your features)
  • Update the README.md content to reflect your project's context
  • Replace favicon, edit the title and relevant SEO meta tags in index.html
  • Update or remove the LICENSE file as needed
  • Remove any demo components, test pages, or placeholder data you don’t need

Author

Made with ♥ by Hung Pham

License

This source code is licensed under the MIT license found in the LICENSE file.

About

A modern and customizable React admin dashboard, built on React 19, Vite, TypeScript, and Shadcn UI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published