Update the simple-chatbot demo to have JS and React clients

This commit is contained in:
Mark Backman
2024-12-04 21:13:14 -05:00
parent c395d1a234
commit 1d11419691
2634 changed files with 179150 additions and 328 deletions

View File

@@ -0,0 +1,27 @@
# JavaScript Implementation
Basic implementation using the RTVI JavaScript SDK.
## Setup
1. Run the bot server; see [README](../../README).
2. Navigate to the `examples/javascript` directory:
```bash
cd examples/javascript
```
3. Install dependencies:
```bash
npm install
```
4. Run the client app:
```
npm run dev
```
5. Visit http://localhost:5173 in your browser.