The purpose of this app is to demonstrate ConfigCat feature management by simulating a number of clients or SDKs connected to the ConfigCat CDN.
If you connect this app to one of your feature flags and play around with percentage and targeting rules.
- Run locally or open https://playground.configcat.com/
- Enter your SDK Key (API Key), get it from https://app.configcat.com/sdkkey
- Select a flag you'd like to use, it must be of a bool type (on/off).
- Flip the flag and see how the client change color.
- Add email or percentage based targeting rules and see what happens.
Example: https://playground.configcat.com/?baseUrl=https:%2F%2Ftest-cdn-eu.configcat.com%2F
Open terminal and run:
npm i && npm start