Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryomendev/retellai
Web Calling App
https://github.com/ryomendev/retellai
expressjs nodejs reactjs retellai vite
Last synced: 11 days ago
JSON representation
Web Calling App
- Host: GitHub
- URL: https://github.com/ryomendev/retellai
- Owner: RyomenDev
- Created: 2024-12-22T16:18:10.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-22T17:44:13.000Z (about 1 month ago)
- Last Synced: 2024-12-22T18:31:45.278Z (about 1 month ago)
- Topics: expressjs, nodejs, reactjs, retellai, vite
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Retell Frontend Demo using JS Web Client SDK (React/Node.js)
## Context
This demo illustrates a quick setup for integrating a frontend with a backend
using React and Node.js. It showcases using **our [JS Client SDK](https://github.com/adam-team/retell-client-js-sdk)**.## Setup Tutorial
Check out [doc](https://docs.retellai.com/make-calls/web-call) for a
step-by-step guide on setting up Web Call.## Run this Demo
Step 1: Step up backend
1. Go to server
2. `npm install`
3. set env file (.env.sample)
4. `npm run dev`Step 2: Step up Frontend
1. go to client folder
2. `npm install`
3. set env file (.env.sample)
4. `npm run dev`