Summary
In this chapter, we learned the various ways to test and deploy our app. We started off by using the ionic serve
command to deploy our app to the browser using Chrome. We then had a look at how we can also serve our application using Ionic labs. We then went ahead to use the Ionic view application to see how we can run our app on an iOS and Android device with the Ionic view app installed in it. Lastly, we touched on how we can actually run our Ionic application on a real Android or iOS device.
In the next chapter, we are going to dive into some more complex Ionic controls, and we will get to use Angular's $http
service to see how we can make Ajax calls and retrieve data within our Ionic application.