Fork and clone the repositories

  1. Fork the example-consumer and example-provider projects in to your own Github account (click the 'Fork' button in the top right).

  2. 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
  3. Install the dependencies in each project.

    npm install