Skip to content
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