Why Node JS and NPM?
Hi all,
I am installing AEM on my laptop.
Why will I need Node JS and NPM?
For build I use Maven. For code Eclipse.
Let us say I am developing only Back end AEM.
I appreciate all your replies.
Thanks,
Rama.
Hi all,
I am installing AEM on my laptop.
Why will I need Node JS and NPM?
For build I use Maven. For code Eclipse.
Let us say I am developing only Back end AEM.
I appreciate all your replies.
Thanks,
Rama.
Hi
The simple answer is that an AEM project consists of several modules, including both Frontend and Backend components. While you're likely already familiar with the Backend, which typically uses Maven and Java, the Frontend by default uses Node.js, npm, JavaScript, and potentially any modern JS framework. It's possible to focus only on the Backend, but at a minimum, you'll still need to compile and deploy the entire application to your AEM instance at some point.
You can learn more about the structure of an AEM project here:
Hope this helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.