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.
- Host: GitHub
- URL: https://github.com/botui/react-quickstart
- Owner: botui
- Created: 2022-10-13T06:05:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T06:09:17.000Z (over 3 years ago)
- Last Synced: 2025-05-05T11:42:15.659Z (about 1 year ago)
- Topics: botui, conversational-ui, javascript, parcel, quickstart, react, typescript
- Language: TypeScript
- Homepage:
- Size: 46.9 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.