Skip to content

NodeJS Monorepo powered by Lerna and Yarn Workspaces.

Notifications You must be signed in to change notification settings

gtzinos/NodeJS-Lerna-Monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS-Lerna-Monorepo

Setup

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