@cauri/monorepo
v0.0.1
Published
This is an official pnpm starter turborepo.
Downloads
3
Readme
Turborepo starter
This is an official pnpm starter turborepo.
What's inside?
This turborepo uses pnpm as a package manager. It includes the following packages/apps:
Apps and Packages
web: another Next.js appui: a stub React component library sharedeslint-config-custom:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)tsconfig:tsconfig.jsons used throughout the monorepo
Each package/app is 100% TypeScript.
Utilities
This turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To run the storybook
The storybook contain the documentation of the project including UI showcases
cd my-turborepo
pnpm --filter ui run storybookDevelop
To develop all apps and packages, run the following command:
cd my-turborepo
pnpm run dev