/yarn-workspaces-typescript-monorepo

My attempt at setting up a monorepo with yarn workspaces for typescript projects and shared libs

Primary LanguageTypeScriptMIT LicenseMIT

yarn-workspaces-typescript-monorepo

Prerequisites

  • Yarn v3+

Also be sure to install yarn.build

> yarn plugin import https://yarn.build/latest

How to build:

From this root directory, run:

> yarn install > yarn build > yarn workspace @my/backend start