This repository contains the source for a small agency / portfolio website built with React and Vite. It uses Tailwind CSS for styling and GSAP for animations.
The site is a single-page React application (client-side routing via React Router) with animated interactions. It's intended as a marketing/portfolio site for an agency, featuring a home hero, project list and detail pages, and a fullscreen navigation component.
- Vite (dev server + build)
- React 18
- React Router DOM
- Tailwind CSS
- GSAP (GreenSock) and @gsap/react for animations
- ESLint for linting
Prerequisites: Node.js (>=16 recommended) and npm or yarn.
- Install dependencies
npm install
# or
yarn- Start the dev server
npm run dev- Open the app
By default Vite serves at http://localhost:5173. Your terminal will show the exact URL.
- Build for production
npm run build- Preview production build locally
npm run preview