We use Lerna as a managing JavaScript projects in the monorepo.
We use yarn
as dependency management, just run it on the root of project.
for more information read about yarn workspaces
yarn install
NOTE: with running this command all of the projects dependencies will be install.