Overview
Welcome to the Baro Turborepo Template documentation. This template provides a production-ready monorepo setup with modern tooling and best practices.
What's Included
- Next.js 16 with App Router and React 19
- Tailwind CSS 4 with design tokens and dark mode
- TypeScript with strict type checking
- Turborepo for efficient monorepo builds
- Internationalization via next-intl (English & Korean)
- Component Library with Radix UI primitives and shadcn/ui patterns
- Content Collections for markdown-based documentation
Monorepo Structure
| Directory | Description |
|---|---|
apps/web | Main Next.js web application |
packages/ui | Shared UI component library |
packages/config | Shared configuration (routes, i18n, site config) |
packages/lib | Shared utility functions |
packages/design-system | Tailwind & PostCSS configuration |
Next Steps
Head over to the Quick Start guide to get up and running in minutes.