SecurBank Demo Site for Adobe Experience Manager with Edge Delivery Services.
- Preview: https://main--securbank-aem-ue--markszulc.aem.page/
- Live: https://main--securbank-aem-ue--markszulc.aem.live/
Headless GraphQL calls are still being made to the Publish / Dispatcher at this time.
You will need to the AEM Author and Publish URLs in scripts/endpointconfig.js
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
- 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 :)