/ts-monorepo-project-references-example

typescript example monorepo with yarn workspaces, lerna and project references setup

Primary LanguageTypeScript

Typescript project references in yarn workspaces monorepo

Start both api and app

yarn start

Start api

yarn start:api

Start app

yarn start:app