GitHub - DynamicYield/api-tutorial-petshop: Dynamic Yield Personalization API: Petshop Demo

Skip to content

Navigation Menu

Sign in

Appearance settings

Dynamic Yield Personalization API: Petshop Demo

For a detailed tutorial visit https://dy.dev/docs/petshop

Install & Run

  1. Clone this repo and cd into the created folder
  2. cd before/ to get the Before Using Dynamic Yield version
  3. Install dependencies: npm install
  4. Run server: npm start
  5. Navigate to http://localhost:3000

The web server will automatically restart on any change to JS files, using the awesome nodemon plugin.