This Turborepo includes the following packages/apps:
api: a NestJS apiweb: a Next.js app@repo/ui: a stub React component library shared by bothwebanddocsapplications@repo/eslint-config:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)@repo/typescript-config:tsconfig.jsons used throughout the monorepo
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd tuto-monorepo-nextjs-nestjs-clerk-tinacms
pnpm build
To develop all apps and packages, run the following command:
cd tuto-monorepo-nextjs-nestjs-clerk-tinacms
pnpm dev