@bucketeer/js-client-sdk
v2.4.0
Published
Refer to the [SDK documentation](https://docs.bucketeer.io/sdk/client-side/javascript) for instructions on how to use the SDK.
Readme
Bucketeer Client-side SDK for JavaScript
Getting started
Refer to the SDK documentation for instructions on how to use the SDK.
Development
Environment
- pnpm
- enable it via
corepack enable
- enable it via
- Node.js
- check
./.node-version
- check
You need .env file to provide api secrets.
Just copy env.template and rename it to .env, then update it with your secrets.
Example
- You need
.envfile. Please follow instruction in Environment section. - Define
Feature FlagsandGoalsin your Bucketeer console - Modify
example/index.tsto use yourFeature Tag,Feature IDsandGoal IDs - Run
pnpm example:serve
