aem-guides-wknd-spa icon indicating copy to clipboard operation
aem-guides-wknd-spa copied to clipboard

AEM Guides - WKND SPA Project

This is the code companion for a series of tutorials designed for developers new to the SPA Editor feature in Adobe Experience Manager (AEM). There are two parallel versions of the tutorial:

Latest Code

If you just want to build the finished version of each project:

React

$ git clone [email protected]:adobe/aem-guides-wknd-spa.git
$ cd aem-guides-wknd-spa
$ git checkout React/latest
$ mvn clean install -PautoInstallSinglePackage

Or download and install the compiled AEM Packages from the latest release.

Tutorial Branches

The starter and solution branches in this repository correspond to Angular and React versions of the tutorial.

React Tutorials

Tutorial Starter Code Solution
SPA Editor Project React/create-project-start React/create-project-solution
Integrate the SPA React/integrate-spa-start React/integrate-spa-solution
Map SPA Components React/map-components-start React/map-components-solution
Navigation and routing React/navigation-routing-start React/navigation-routing-solution
Custom component React/custom-component-start React/custom-component-solution
Extend component React/extend-component-start React/extend-component-solution