Skip to content

launchdarkly/hello-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaunchDarkly sample Electron application


We've built a simple Electron application that demonstrates how LaunchDarkly's SDK works.

Below, you'll find the build procedure. For more comprehensive instructions, you can visit your Quickstart page or the Electron SDK reference guide.

Build instructions


  1. In LaunchDarkly, make sure you have at least one feature flag. For each flag, check the "Make this flag available to client-side SDKs" box in the flag's Settings tab.
  2. Edit main.js and set the value of launchDarklyEnvironmentId to your LaunchDarkly client-side ID.
const launchDarklyEnvironmentId = 'myClientSideID';
  1. Install dependencies: npm install.
  2. Start the application: npm start.

The application displays a table of flag keys and flag values for the example user.

About

Hello LaunchDarkly for Electron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published