aem-project-archetype and ReactJS | Community
Skip to main content
Level 2
December 5, 2019
Solved

aem-project-archetype and ReactJS

  • December 5, 2019
  • 5 replies
  • 4101 views

Hello everyone, I am using the last archetype from https://github.com/adobe/aem-project-archetype

It´s working properly but I want to create some ReactJS components using TS and scss from scratch, that's my main goal.

How do you install ReactJS under the ui.frontend folder without getting errors?

I am brand new in the AEM world, thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by sunjot16

No problem at all !!

For now, as per the documentation, it should go under /ui.apps:

Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 0

and the clientlib path is defined in the clientlib.config.js file as follows:

Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 0

5 replies

ArpitVarshney
Community Advisor
Community Advisor
December 6, 2019

Hi federicob3753639 ,

As a frontend developer if you want to run react project separately. Please make sure below things:

Regards,

Arpit Varshney

Level 2
December 6, 2019

thank you

Level 2
December 6, 2019

yes, thank you, maybe in the future the SPA project (react-app) could be integrated into the archetype 20, I hope so.

sunjot16
Adobe Employee
sunjot16Adobe EmployeeAccepted solution
Adobe Employee
December 6, 2019

No problem at all !!

For now, as per the documentation, it should go under /ui.apps:

Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 0

and the clientlib path is defined in the clientlib.config.js file as follows:

Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 0