API with NestJS #59. Introduction to a monorepo with Lerna and Yarn workspaces
Monorepo is an approach in which we store multiple projects in the same repository. It is common across big tech companies, such as Uber or Google. Even NestJS manages its source code in a monorepo with Lerna. When we store all of our code in a single repository, it might be easier to understand how different […]