Skip to content

Latest commit

 

History

History

console-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Console example for FeatBit Node.js Server-Side SDK

Introduction

The current example APP contains two files in src folder:

  • esm.ts: example for using ES module and typescript.
  • cjs.js: example for using commonjs.

Get started

npm install

ES module

npm run esm

CommonJs

npm run cjs