stevefarwell / aem-guides-wknd-events

Step by Step guide to creating a Single Page Application to use with AEM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WKND Events SPA Editor Project

This is the code companion for a tutorial that walks through the process of setting up an AEM project to leverage the Single Page App or SPA Editor feature.

View the tutorial on HelpX: Getting Started with the AEM SPA Editor - WKND Tutorial

The Tutorials

There are two parallel versions of the Getting started with AEM SPA Editor tutorial, building on a fictional WKND Events application; one that builds the integration using React and the other with Angular. Other than the JavaScript frameworks used, both tutorials follow the same flow and build out the same capabilities.

Note the number and order of chapters in each tutorial varies based on the logical development flow imposed by the relevant framework.

WKND Events - React

WKND Events for React and AEM SPA Editor - Tutorial

Solution Branches on GitHub

WKND Events - Angular

WKND Events for Angular and AEM SPA Editor - Tutorial

Solution Branches on GitHub

Troubleshooting

Having an issue? These troubleshooting tips might help:

  1. Verify that environment is AEM 6.4 + SP2
  2. Check to see if any bundles are in an installed state http://localhost:4502/system/console
  3. Clear the browser cache/history or start a new browser session
  4. Manually invalidate AEM client libraries to ensure the latest code is being loaded: http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html

Still not working? Check out the closed issues or create a new issue.

About

Step by Step guide to creating a Single Page Application to use with AEM