/react-quickstart

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

Primary LanguageTypeScript

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.