/launchdarkly-demo

Gordon's Launch Darkly Demo

Primary LanguageEJSApache License 2.0Apache-2.0

launchdarkly-demo

Demonstrating LaunchDarkly features toggling and user restrictions.

Running Locally

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.