Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 541 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 541 Bytes

Node.js Unleash Starter

Edit in CodeSandbox

Here you can easily get started with Unleash SDK for node.js and experiment.

cp -n .env.example .env
npm install

npm start

Check out index.js for the code. You can set you instance URL and API client token in .env. Set your flag name on line :6.