Skip to main content
This page walks through installing the Streampixel Web SDK from GitHub, importing it, and confirming the install works.

Install the SDK

The SDK is hosted on GitHub. Make sure you have access to the repository before running the install command.

Import

That’s it — you’re ready to use the SDK.

Quick verify

If this runs without errors, the SDK is installed correctly.

Using the example app

The fastest way to get started is to clone the example app, which comes pre-configured.
1

Clone the example repository

2

Install dependencies

3

Start the dev server

Open http://localhost:3000/YOUR_PROJECT_ID in your browser.

Next steps

Quick start

Build a minimal working integration in a single HTML file.

Initialization and configuration

Learn the configuration options accepted by StreamPixelApplication.