Example Demo Page to show Split JavaScript SDK and JavaScript Browser SDK
These are two single pages that show how to set up the JavaScript SDK and the JavaScript Browser SDK. Follow the instructions below to make the changes needed using the information obtained from Split user interface.
Get started
- Log in to the Split user interface, go to the "Admin Tab", copy an SDK key of type "Client-side", and assign it to the
authorizationKeyconfig param in either theindex-js-sdk.htmlfile orindex-js-browser-sdk.htmlfile, in order to try the JavaScript SDK or JavaScript Browser SDK respectively. - Create a feature flag and assign its name to the variable
featureFlagNamein the HTML file. - Open the HTML file in your browser.