Share some packages used for Minimal UI and Zone UI built on Turborepo.
Run the following command:
cd my-turborepo
# To develop all apps and packages, run the following command:
pnpm dev
# To build all apps and packages, run the following command:
pnpm build
# clean
pnpm clean
# test
pnpm test
This Turborepo includes the following packages/apps:
minimal-shared
: hooks and utils library.internal-eslint-config
:eslint
configurations used throughout the monorepointernal-ts-config
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.