Skip to content

adobecom/express

Repository files navigation

Adobe CC Express Website

Inner CDN:

Outer CDN:

How to develop and test locally

  1. Install the Helix CLI: npm install -g @adobe/helix-cli
  2. Clone this repository locally: git clone https://github.com/adobecom/express.git
  3. Go to the express directory: cd express
  4. Start Helix Simulator: aem up
  5. Navigate to http://localhost:3000/express/
  6. Open the express directory in your favorite IDE and start coding :)