Skip to content

This repo contains example code to get you quickly started with JS and TS.

Notifications You must be signed in to change notification settings

botui/react-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotUI Quickstart

This repo contains example code to get you quickly started with JS and TS.

Clone this repo and run npm i.

JS

Run npm run dev-js. This will run the code in src/javascript dir.

Typescript

Run npm run dev-ts. This will run the code in src/typescript dir.