Welcome to our Express Integration with AEM Franklin GitHub repository! This template is a robust solution crafted to simplify the intricate process of setting up the integration between Express and Adobe Experience Manager (AEM) Franklin. With pre-configured settings and optimized Express routes, the template ensures a seamless flow of channels between the two platforms. The middleware provided facilitates efficient channel propagation from Express to AEM Franklin, promoting accurate and timely updates. Built for scalability, this template can effortlessly handle a growing number of channels without compromising performance.
- Preview: https://main--express-template--hlxscreens.hlx.page/
- Live: https://main--express-template--hlxscreens.hlx.live/
npm i
npm test
- Create a new repository based on the
helix-project-boilerplate
template and add a mountpoint in thefstab.yaml
- Add the helix-bot to the repository
- Install the Helix CLI:
npm install -g @adobe/helix-cli
- Start Franklin Proxy:
hlx up
(opens your browser athttp://localhost:3000
) - Open the
{repo}
directory in your favorite IDE and start coding :)