This app demonstrates how to write a simple app rendering AEM Content fragments in Next JS.
npm install
npm run dev
Make sure you update .env.production
with your own instances.
npm run build
npm run start
AEM Editable components in courtesy of https://github.com/sharanyavinod/nextjs-sample-app/.