Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Snowplow JavaScript tracker demo app in React

The simple React app shows Snowplow page view, activity and form tracking. Form tracking is demoed both with a form embedded in the top page as well as in an iframe.

Installation

Install dependencies using:

yarn

Start a Snowplow Micro instance on localhost or update src/tracker.js with your Snowplow collector endpoint.

Usage

Start the app with:

yarn start