ts-monorepo-project-references-example
ts-monorepo-project-references-example copied to clipboard
typescript example monorepo with yarn workspaces, lerna and project references setup
Typescript project references in yarn workspaces monorepo
Start both api and app
yarn start
Start api
yarn start:api
Start app
yarn start:app