Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.2 KB

AEM Guides WKND - GraphQL

This project includes example application(s) that highlights Adobe Experience Manager's GraphQL APIs.

Interested in accessing the GraphQL feature? Contact your Adobe representative.

React app

A sample React application that displays a list of Adventures from AEM.

React App screenshot

React quickstart

Run the commands:

$ cd aem-guides-wknd-graphql/react-app
$ npm install
$ npm start

More details about the React app can be found here.

Tutorial

Looking for a hands on guide? Checkout Getting Started with AEM Headless - GraphQL. An end-to-end tutorial illustrating how to build-out and expose content using AEM’s GraphQL APIs and consumed by an external app, in a headless CMS scenario. The React App in this repository is used as part of the tutorial.

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the MIT License. See LICENSE for more information.