Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 395 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 395 Bytes

React Proxy Client Example

To run:

Pull docker image

docker pull unleashorg/unleash-proxy

Run with our demo instance

docker run \
   -e UNLEASH_PROXY_SECRETS=some-secret \
   -e UNLEASH_URL=https://app.unleash-hosted.com/demo/api/ \
   -e UNLEASH_API_TOKEN=56907a2fa53c1d16101d509a10b78e36190b0f918d9f122d \
   -p 3000:3000 \
   unleashorg/unleash-proxy