Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 624 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 624 Bytes

ShadCN React UI Template

This is a fully configured, ready-to-use, zero-setup-needed starter template for ShadCN UI library with ReactJS

Pros

  1. No Need for manually setting up all the components
  2. Directly dowload and use

Getting Started

  1. Clone the repository by running the following command
    git clone https://github.com/alanJames00/Shadcn_React_Template.git
    
  2. Enter the repository and install all the npm packages by running the following commands
cd react-shadcn-ui-template
npm install
  1. Run the project
    npm run dev
  2. Now build your ideas

Happy Hacking!!