Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 293 Bytes

readme.md

File metadata and controls

14 lines (7 loc) · 293 Bytes

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.