Testing App

Desktop Browser Testing

$ ionic serve

Simulator testing

$ ionic build ios
$ ionic emulate ios

Testing as a native app

$ ionic run android

Last updated