> For the complete documentation index, see [llms.txt](https://ionicbucket.gitbook.io/socialapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ionicbucket.gitbook.io/socialapp/testing-app.md).

# Testing App

**Desktop Browser Testing**

```
$ ionic serve
```

**Simulator testing**

```
$ ionic build ios
$ ionic emulate ios
```

**Testing as a native app**

```
$ ionic run android
```
