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:
If you just want to build the finished version of each project:
$ git clone git@github.com:adobe/aem-guides-wknd-spa.git
$ cd aem-guides-wknd-spa
$ git checkout Angular/latest
$ mvn clean install -PautoInstallSinglePackage
$ git clone git@github.com: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.
The starter and solution branches in this repository correspond to Angular and React versions of the tutorial.