Edit in GitHubLog an issue

Install Dependencies

In order to run the app you must have node.js and express installed on your machine. If you already have those installed skip ahead to the next step Downloading the App.

  1. Download and install node.js

    Copied to your clipboard
    sudo apt-get install nodejs
Copied to your clipboard
sudo apt-get install npm

Downloading the App

This instruction list applies for users installing via linux or WSL

  1. Download the aep-developer-app repo to your local computer

    Copied to your clipboard
    git clone https://github.com/eknee/aep-developer-app.git <your-directory>
  2. In the directory you cloned the git repo in run the following command to install the dependencies

    Copied to your clipboard
    npm install
  3. The app should now be installed on your local machine. You can run it by simply executing the following command:

    Copied to your clipboard
    node /<directory>/app.js

    You should then see the following response in your console: Started server at http://localhost:3000

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.