Install dependencies
Clone the repositories on to your local machine.
git clone git@github.com:<YOUR_GITHUB_USERNAME>/example-consumer-legacy.git git clone git@github.com:<YOUR_GITHUB_USERNAME>/example-provider-legacy.git
Install the dependencies in each project.
cd example-consumer-legacy npm install cd ../example-provider-legacy npm install