When I first had a look at Lerna, I couldn't understand how it works and what was its value. Essentially, what would have been a repository is now a folder in packages. All the dependencies will be installed with lerna bootstrap.
What does this mean? When you clone the monorepo, you will get all the code required to run the app. When you run yarn install you'll install all the dependencies.