This Turborepo includes the following packages/apps:
vite-project
: a Vite + Reactjs app@repo/ui
: a stub React component library shared by bothweb
anddocs
applications@repo/eslint-config
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)@repo/typescript-config
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
To build all apps and packages, run the following command:
pnpm install
pnpm build
To develop all apps and packages, run the following command:
pnpm install
pnpm dev