Clone the latest version
git clone https://github.com/truonghungit/react-shadcn-admin-template.git
cd react-shadcn-admin-templateOr 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_namePrevious versions are also available for download.
pnpm installStart your application in local development server with hot reload
pnpm run dev- React 19
- TypeScript
- Vite
- ESLint, Prettier
- TanStack Router
- Shadcn UI
- Tabler Icons
When using this project to build your application, you may want to consider the following steps:
- Rename the project in
package.jsonnameproperty and set an appropriate version (eg0.0.1or1.0.0) - Delete the existing
CHANGELOG.md(you will generate your own with future releases of your features) - Update the
README.mdcontent to reflect your project's context - Replace favicon, edit the title and relevant SEO meta tags in
index.html - Update or remove the
LICENSEfile as needed - Remove any demo components, test pages, or placeholder data you don’t need
Made with ♥ by Hung Pham
This source code is licensed under the MIT license found in the LICENSE file.