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.
Download and install node.js
Copied to your clipboardsudo apt-get install nodejs
WSL/Linux
Mac
Windows
Copied to your clipboardsudo apt-get install npm
Copied to your clipboardsudo apt-get install npm
Copied to your clipboardsudo apt-get install npm
Downloading the App
This instruction list applies for users installing via linux or WSL
Download the aep-developer-app repo to your local computer
Copied to your clipboardgit clone https://github.com/eknee/aep-developer-app.git <your-directory>In the directory you cloned the git repo in run the following command to install the dependencies
Copied to your clipboardnpm installThe app should now be installed on your local machine. You can run it by simply executing the following command:
Copied to your clipboardnode /<directory>/app.jsYou should then see the following response in your console:
Started server at http://localhost:3000
