A React application built with Vite, TypeScript, and Tailwind CSS.
- Node.js (version 18 or higher)
- npm or yarn
-
Clone the repository:
git clone <YOUR_GIT_URL> cd happyhappyhappy-main
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:8080 in your browser.
npm run build- Vite - Build tool and dev server
- React - UI library
- TypeScript - Type safety
- Tailwind CSS - Styling
- shadcn/ui - UI components
src/
├── components/ # Reusable UI components
├── pages/ # Page components
├── hooks/ # Custom React hooks
├── lib/ # Utility functions
└── main.tsx # App entry point