Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 165 Bytes

File metadata and controls

13 lines (7 loc) · 165 Bytes

Typescript project references in yarn workspaces monorepo

Start both api and app

yarn start

Start api

yarn start:api

Start app

yarn start:app