In this chapter, we gained some knowledge on Mobile Hybrid architecture. We have also learned how a hybrid app works. We saw how Cordova stitches the HTML, CSS, and JS code to be executed inside the WebView of a native app. Then we installed the required software to develop Ionic apps locally. We scaffolded a blank template using the Ionic CLI and analyzed the project structure. Later on, we scaffolded the other two templates and observed the difference.
You can also refer to Ionic slides at http://ionicframework.com/present-ionic/slides for some more information.
In the next chapter, Ionic Components and Navigation, we will look at Ionic components and how to build a simple two page application and navigate between them. This will help us in building interesting user interfaces and multipage apps using the Ionic API.