ok2ju / turborepo-example

Example of design system using turborepo

Home Page:turborepo-example-docs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turborepo-example

This is an design-system example using turborepo.

Info

This turborepo uses Yarn as a package manager. It includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app
  • core-react: a stub React component library shared by docs application
  • eslint-config-te: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo
  • tailwind-config: tailwind.config.js shared tailwindcss configuration

Build

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

cd turborepo-example
yarn build

Develop

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

cd turborepo-example
yarn dev

About

Example of design system using turborepo

turborepo-example-docs.vercel.app


Languages

Language:TypeScript 82.5%Language:JavaScript 14.7%Language:CSS 2.8%