Fork and clone the repositories
Fork the example-consumer and example-provider projects in to your own Github account (click the 'Fork' button in the top right).
Clone the repositories on to your local machine.
git clone git@github.com:<YOUR_GITHUB_USERNAME>/example-consumer.gitgit clone git@github.com:<YOUR_GITHUB_USERNAME>/example-provider.gitInstall the dependencies in each project.
npm install