Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 797 Bytes

File metadata and controls

42 lines (29 loc) · 797 Bytes

Minimal Shared

Share some packages used for Minimal UI and Zone UI built on Turborepo.

Getting Started

Run the following command:

cd my-turborepo

Install dependencies

pnpm install

Development and Build

# 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

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • minimal-shared: hooks and utils library.
  • internal-eslint-config: eslint configurations used throughout the monorepo
  • internal-ts-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.