Skip to main content

Install dependencies

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

    cd example-consumer
    npm install
    cd ../example-provider
    npm install