Skip to content

NodeJS with Typescript Monorepo powered by Lerna and Yarn Workspaces.

Notifications You must be signed in to change notification settings

gtzinos/NodeJS-Typescript-Lerna-Monorepo

Repository files navigation

NodeJS-Typescript-Lerna-Monorepo

Setup

  • npm install -g yarn
  • npm install -g lerna
  • lerna bootstrap
  • lerna run start or cd packages/api && npm start