Slide 41
Slide 41 text
Monorepo
a Monorepo is a single repository holding the code of multiple
projects which may or may not be related in some way. The
projects managed in a Monorepo can be dependents of each
other or they can be completely unrelated.
Lerna and Monorepo architecture for JavaScript