Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 371 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 371 Bytes

Hello TypeScript with Monorepo Style Project

choose which one you prefer to:

  • master branch: main codes + packages
  • all-in-packages branch: all codes in packages

Install

yarn bootstrap
yarn build

Develop

yarn dev

Add new package

./new <scope> <name>
yarn bootstrap

Test

jest
# or jest --watch