- .NET 9
- LaunchDarkly Flags:
- Release: UI Enhancements, key:
release-ui-enhancements - Release: Home Page Slider, key:
release-home-page-slider - Coffee Promo 1, key:
coffee-promo-1 - Coffee Promo 2, key:
coffee-promo-2 - Banner Text, key:
banner-text
- Release: UI Enhancements, key:
To get started, clone this repo locally
git clone https://github.com/launchdarkly-labs/ld-sample-app-dotnet.git
cd ld-sample-app-dotnet
Build the application
dotnet build
Add LaunchDarkly keys
- Rename
.env.exampleto.env - In the
.envfile, replace the fake keys with your LaunchDarkly SDK key and client-side key
To run the site:
dotnet run
In your browser, navigate to:
http://localhost:3000
Enjoy!