Skip to content

dangbt/monorepo-vite-react-tailwind

Repository files navigation

Monorepo - Vite - React - Tailwindcss

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • Dashboard: a React app
  • @repo/ui: a stub React component library shared by both Dashboard applications
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

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

pnpm build

Develop

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

pnpm dev

Useful Links

Learn more about the power of Turborepo: