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.
pnpm install
Start 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.json
name
property and set an appropriate version (eg0.0.1
or1.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
Made with ♥ by Hung Pham
This source code is licensed under the MIT license found in the LICENSE file.