This demo uses HTML, TypeScript and Webpack to showcase a simple sample for Amazon Chime SDK for JavaScript.
- Clone this repo
git clone https://github.com/devalevenkatesh/vanilla-js-sdk-demo.git
- Install NPM dependencies
npm install
- Export your AWS credentials to the current session in local terminal.
export AWS_ACCESS_KEY_ID=<access-key-id>
export AWS_SECRET_ACCESS_KEY=<secret-access-key>
- Start the local Node.js server
node server.js
- In another terminal tab, start the Web app
npm start