Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1006 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 1006 Bytes

Apps and Packages

  • web: another Next.js app
  • ui: a stub React component library shared by both web and docs applications
  • config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Build

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

cd my-turborepo
npm run build

Develop

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

cd my-turborepo
npm run dev

Useful Links

Learn more about the power of Turborepo: