0.0.1 • Published 9 months ago

@cauri/monorepo v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

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 app
  • ui: a stub React component library shared
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-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:

To run the storybook

The storybook contain the documentation of the project including UI showcases

cd my-turborepo
pnpm --filter ui run storybook

Develop

To develop all apps and packages, run the following command:

cd my-turborepo
pnpm run dev
0.0.1

9 months ago