After cloning a template, the first task is to run the npm install command. For this, you must have access to the npm registry for the SDK. To gain access to the artifacts you must raise a ticket with the DevOps team.

After having access to the SDK, run the npm install command. The npm install command installs third-party libraries. One of the dependencies under the package.json folder is the congarevenuecloud/ecommerce library that bundles all the components library and the data access layers.

To install the SDK and dependent libraries

  1. Open the code of the template.
  2. Type npm install and press Enter on your keyboard. 

The SDK and dependent libraries are ready for use.

In case you face issues installing the SDK, you may need to authenticate using your GitHub token.