@bucketeer/js-client-sdk
v2.2.0
Published
## Getting started Refer to the [SDK documentation](https://docs.bucketeer.io/sdk/client-side/javascript) for instructions on how to use the SDK.
Downloads
3,625
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
.env
file. Please follow instruction in Environment section. - Define
Feature Flags
andGoals
in your Bucketeer console - Modify
example/index.ts
to use yourFeature Tag
,Feature IDs
andGoal IDs
- Run
pnpm example:serve