This project boilerplate is for Edge Delivery Services projects that integrate with Adobe Commerce.
- Preview: https://main--aem-eds-rnd--ivallogenes.hlx.page/
- Live: https://main--aem-eds-rnd--ivallogenes.hlx.live/
Out of the box, this project template uses a pre-configured Adobe Commerce environment. If you want to use your own Adobe Commerce environment, you'll need to update the configs.xlsx
file in your content repository to have values that match your environment.
Additionally, you need to have the following modules and customizations installed on your environment:
- magento/magento-extra-graphql: Commerce module required for Cart and Checkout Drop-Ins.
- magento/module-data-services-graphql: Commerce module with functionality necessary for adding context to events.
- magento/module-page-builder-product-recommendations: Commerce module required for PRex Widget
- magento/module-visual-product-recommendations: Commerce module required for PRex Widget
npm i
npm run lint
- Create a new repository based on the
aem-boilerplate
template and add a mountpoint in thefstab.yaml
- Add the AEM Code Sync GitHub App to the repository
- Add your Adobe Commerce SaaS configuration in the
configs.xlsx
sheet in your content repository. - Install the AEM CLI:
npm install -g @adobe/aem-cli
- Start AEM Proxy:
aem up
(opens your browser athttp://localhost:3000
) - Open the
{repo}
directory in your favorite IDE and start coding :)