https://github.com/easingthemes/aem-headless-demo
https://github.com/easingthemes/aem-headless-demo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/easingthemes/aem-headless-demo
- Owner: easingthemes
- License: apache-2.0
- Created: 2023-08-22T08:35:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T19:20:15.000Z (almost 3 years ago)
- Last Synced: 2025-06-23T05:41:18.031Z (about 1 year ago)
- Language: JavaScript
- Size: 775 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aem-headless-demo
## AEM
1. Install [adaptto-aem-headless.zip](adaptto-package%2Fadaptto-aem-headless.zip) package
2. Package contains
- CF content
- GraphQL config: model, endpoint and Persistent Query
- OsgiConfig: CORS and CSRF
## APP:
1. Change PORT to fit AEM instance: /src/api/config.js
2. Install dependencies: `npm i`
3. Build app: `npm run build`
4. Start server: `npm run serve`
5. Default port is http://localhost:8080/ if available, if not check logs from last command for correct url.
## DEMO
- Persistent Query
- List Query with filters
- Query ByPath
- Paginated Query with Load More
