My preferred tech stack of TypeScript, Next.js, Tailwind, and shadcn/ui.
This Turborepo includes the following packages/apps:
web
: a Next.js app demonstrating the tech stack@repo/ui
: a design system to be shared across applications@repo/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@repo/tailwind-config
: Tailwind configurations used throughout the monorepo@repo/typescript-config
:tsconfig.json
s 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 my-turborepo
pnpm build
To develop all apps and packages, run the following command:
pnpm dev