Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 394 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 394 Bytes

Simple Amazon Chime SDK Application

Frontend

Very simple video conference app using AWS Chime.

Simple Chime App running

It requires the backend running.

For setting up, using Node 16, download the dependencies and run the development server:

npm install
npm start

That's it.