This project boilerplate is for Edge Delivery Services projects that integrate with Adobe Commerce.
https://experienceleague.adobe.com/developer/commerce/storefront/
Before using the aem-boilerplate, we recommand you to go through the documentation on https://www.aem.live/docs/ and more specifically:
- Developer Tutorial
- The Anatomy of a Project
- Web Performance
- Markup, Sections, Blocks, and Auto Blocking
npm inpm run lint- Create a new repository based on the
aem-boilerplatetemplate 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.xlsxsheet in your content repository. - Install all dependencies using
npm i. - Start AEM Proxy:
npm run up(opens your browser athttp://localhost:3000) - Open the
{repo}directory in your favorite IDE and start coding :)
Major changes are described and documented as part of pull requests and tracked via the changelog tag. To keep your project up to date, please follow this list: