Skip to content

unlaunch/hello-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-react

Hello Unlaunch, from React!

This is a demo project showing how to integrate the Unlaunch React SDK in React applications. For more details, read our Getting Started tutorial.

Unlaunch is a free feature flag service. Please visit https://www.unlaunch.io to sign up for a new account today!

Build Procedure

  1. Download code. Edit src/index.js file set your Unlaunch SDK_KEY and FEATURE_FLAG_KEY you want to evaluate as:
{
    flagKeys: ["your_flag_keys"],
    apiKey: "your-sdk-key",
    ....
}

By default, we have set these values to an example feature flag. So you can run the code as is.

Then on on the command line, type:

npm install
npm start

About

Hello World - Using Feature Flags w/ React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •