Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 447 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 447 Bytes

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/.