This project is a boilerplate setup for a web application using React, Vite, and Tailwind CSS.
This project provides a basic setup for building web applications with React as the frontend library, Vite as the build tool, and Tailwind CSS for styling.
Before you begin, ensure you have the following installed on your machine:
- Node.js
- npm or yarn
-
Clone the repository:
git clone <repository_url> cd project-directory npm install npm run dev