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