This project template includes dependencies to CIF Core Components and best practices for creating your own AEM commerce project.
The CIF Core Components connect to a Magento (or alternative commerce system) via GraphQL. This connection has to be configured in the com.adobe.cq.commerce.graphql.client.impl.GraphqlClientImpl-default.config
config. A reference is included in the project template. Consult documentation for detailed configuation steps.
The project depends on the CIF Authoring tooling. The CIF Connector is not included in the generated project and must be installed separately. See CIF Connector project for instructions.
Sample code demonstrating how CIF core components can be customized and extended is included in the core
bundle module. The Sling modules package contains an example MyProductTeaser
model.