Demonstrating LaunchDarkly features toggling and user restrictions.
Make sure you have Node.js installed.
$ git clone git@github.com:90rdon/launchydarkly-demo.git
$ cd launchydarkly-demo
$ export LD_SDK_KEY=YOUR-SDK-KEY
$ export LD_CLIENTSIDE_ID=YOUR-CLIENTSIDE-ID
$ npm install
$ npm start
Your app should now be running on localhost:5001.