Sample app of WKND in NextJS

This app demonstrates how to write a simple app rendering AEM Content fragments in Next JS.

home

Local development

npm install
npm run dev

Production mode

Make sure you update .env.production with your own instances.

npm run build
npm run start

References

AEM Editable components in courtesy of https://github.com/sharanyavinod/nextjs-sample-app/.