Share some packages used for Minimal UI and Zone UI built on Turborepo.
Run the following command:
cd my-turborepopnpm install# 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 testThis Turborepo includes the following packages/apps:
minimal-shared: hooks and utils library.internal-eslint-config:eslintconfigurations used throughout the monorepointernal-ts-config:tsconfig.jsons used throughout the monorepo
Each package/app is 100% TypeScript.