AEM with react.
Installing AEM locally and integrating React for front end is actually more straight-forward than described in the official Adobe documentation . If you tried to follow their guide and got lost in details or errors, the steps below should help. Follow through and if you encounter errors, please add them in the comments section. For this tutorial I’m installing everything directly in C:\. What we’ll cover Install Java & set up the environment variable Install Apache Maven Install Node.js and npm Install AEM 6.5 locally Add the adobe-public-profile to your Maven settings.xml file Customize your IDE for AEM work Generate a new project with the AEM archetype Install React with CRA Integrate React into the AEM instance In part II, we’ll look at how to Install and integrate the AEM SPA Editor JS SDK. Install Java 1.8+ and set up the environment variable Download Java 1.8+ here and install it. Open a new command line and check if the installation was performed properly by...