Skip to content

robisatthefunction/FS_training_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimizely Full Stack Training Demo App

The purpose of this activity is to learn how to create experiments and features within Optimizely and understand how the experiment configuration will be applied in your code.

Getting Started

  1. Clone the repository

  2. Run

npm install
  1. replace the the value for
const url = 'https://cdn.optimizely.com/datafiles/Pex4GNxQnzDErs3TJZ7cc3.json';

with the URL to your Optimizely Full Stack project. You can find the url in the Settings tab.

  1. Create an A/B Test within the Optimizely UI with two variations, one for each menu.

  2. Create a Feature with the Optimizely UI for a prix fixe menu, so it has a appetizer, entree, and dessert

  3. Create events in the Optimizely UI for a user ordering the prix fixe as well as events for ordering an app, entree, and dessert off of the regular menu.

  4. Replace all instances of

/* ? */

with the appropriate API function provided by the Optimizely UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published