An open API service indexing awesome lists of open source software.

https://github.com/botui/react-quickstart

This repo contains example code to get you quickly started with JS and TS.
https://github.com/botui/react-quickstart

botui conversational-ui javascript parcel quickstart react typescript

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.