English | δΈζ
This is an enhanced project template based on the official Turborepo scaffold, integrated with the latest Tailwind 4 and Shadcn/ui component library.
Run the following command to create a project:
npx create-turbo@latest
web
: A Next.js app@repo/ui
: Shared React component library integrated with Shadcn/ui, used by the web
app@repo/eslint-config
: ESLint configurations (includes eslint-config-next
and eslint-config-prettier
)@repo/typescript-config
: tsconfig.json
configurations used throughout the MonorepoAll packages and apps are written in TypeScript.
This project has been configured with the following tools:
This project integrates Tailwind CSS 4, bringing many exciting new features:
We ensure full compatibility with Tailwind 3:
Build all apps and packages:
cd my-turborepo
pnpm build
Start the development environment:
cd my-turborepo
pnpm dev
Learn more about Turborepo's powerful features: