Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 254 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 254 Bytes

Optimizely Express Middleware Demo

A standard express server demonstrating the usage of @optimizely/express-sdk.

Running Locally

  • Clone this repo
  • Change directory to the /demo folder
  • Run npm install
  • Run the application with npm start