A modern and sleek web project built with React and Tailwind CSS.
This is the website repository for the KoBar Project.
- React 19
- Vite
- Tailwind CSS v4
- TypeScript
Follow these steps to run the project locally:
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to http://localhost:3000 to view the project.
- Vite configuration is located in
vite.config.ts. - Tailwind CSS configuration is set up according to the project structure.