ts-monorepo-project-references-example icon indicating copy to clipboard operation
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