Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 748 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 748 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

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.