👾JavaScript SDK Demos

A quick start developer guide on running the EyePop JS SDK Demos.

In this guide, we'll walk through the basics of running the EyePop Demos found above. Before getting started, download and open the Demo repository on your local machine in your editor of choice.

  1. Copy your newly created Pop's Endpoint and Auth Token into all config.js files of the Demo subdirectories as shown below

  2. Run a local server from the root directory of this demo folder

    1. See https://github.com/64blit/Demos/blob/main/README.md for local server setup instructions

  3. Open the root index.html file of the demo repository:

  4. Run test each example either with preceded test data or your own!

Last updated