# Basic Ionic Basic client application built with Ionic, using Angular and Capacitor. It internally uses [livekit-client-sdk-js](https://docs.livekit.io/client-sdk-js/). For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/tutorials/application-client/ionic/). ## Prerequisites - [Node](https://nodejs.org/en/download) ## Run 1. Download repository ```bash git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git cd openvidu-livekit-tutorials/application-client/openvidu-ionic ``` 2. Install dependencies ```bash npm install ``` 3. Run the application - Browser ```bash npm start ``` - Android ```bash npm run android ``` - iOS ```bash npm run ios ```