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.
Check out doc for a step-by-step guide on setting up Web Call.
Step 1: Step up backend
- Go to server
npm install
- set env file (.env.sample)
npm run dev
Step 2: Step up Frontend
- go to client folder
npm install
- set env file (.env.sample)
npm run dev