This project was created with Better-T-Stack, a modern TypeScript stack that combines React, TanStack Router, and more.
- TypeScript - For type safety and improved developer experience
- TanStack Router - File-based routing with full type safety
- TailwindCSS - Utility-first CSS for rapid UI development
- shadcn/ui - Reusable UI components
- GSAP - Animation library for smooth transitions
- Framer Motion - Another animation library for animations
- Turborepo - Optimized monorepo build system
First, install the dependencies:
pnpm installThen, run the development server:
pnpm devOpen http://localhost:3001 in your browser to see the web application.
portfolio/
├── apps/
│ ├── web/ # Frontend application (React + TanStack Router)