Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`