This is a monorepo boilerplate configured with ESLint, Prettier, Husky, Commitlint, Tailwind, and Shadcn-UI configuration.
Run the following command:
pnpm install
turbo dev
This Turborepo includes the following packages/apps:
extension
: a plasmo extensionweb
: another Next.js app with Tailwind CSSui
: a stub React component library with Tailwind CSS shared by bothweb
applications
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- Tailwind CSS for styles
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting