A starter kit for building a monorepo with Turborepo and pnpm.
apps/*: Monorepo applications./storybook/: A Storybook instance for developing and showcasing components from theuipackage./web/: A Next.js application.
config/*: Packages containing shared configurations for ESLint, TypeScript, and Vitest.packages/*: Shared packages used across applications./ui/: A shared UI component library using React and Tailwind CSS.
- (optional) Rename the package namespace from
@starterto your desired namespace in all files. - Install dependencies by running
pnpm installin the root directory. - Start developing by running
pnpm devto launch the Next.js app, Storybook, and UI package.