Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Ekaansh Arora edited this page Dec 16, 2021 · 1 revision

Setup

To set up a new react project with typescript execute:

> npx create-react-app demo --template typescript
> cd demo

To install the Agora React Web UI Kit:

> npm i --save agora-react-uikit

Clone this wiki locally