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