Skip to content

jordanhailey/customerio-web-sdk-playground

Repository files navigation

Customer.io JavaScript SDK playground

Setup Instructions

  1. Clone this repo and cd (change directory) into that cloned directory
  2. Install dependencies
    $ npm i # OR yarn OR pnpm i
  3. Start
    $ npm start # OR yarn start OR pnpm run start