This project is a template for a web application using Vite, Tailwind CSS, React, and TypeScript.
-
Clone the repository:
git clone https://github.com/your-username/your-repo.git
-
Navigate to the project folder:
cd your-repo
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev