After cloning a template, the first task is to run the npm install command. For this, you must have a GitHub account and a valid GitHub authentication token to install the packages from the repository.

Run the npm install command from the root of your project folder > resources folder. 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. 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.

You can verify that the dependencies are installed by looking at the node modules folder and in that folder congrevenuecloud > SDK library folders (i.e. core, ecommerce, etc.) are created in the resources folder.