Book Image

Learning Ionic

By : Arvind Ravulavaru
Book Image

Learning Ionic

By: Arvind Ravulavaru

Overview of this book

Table of Contents (19 chapters)
Learning Ionic
Credits
Foreword
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, you gained some knowledge on mobile hybrid architecture. You also learned how a Hybrid app works. We saw how Cordova stitches the HTML, CSS, and JS code to be executed inside the web view of the 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. We also installed generator-ionic and scaffolded a sample app, and observed the difference between a generator-ionic and Ionic CLI scaffolded app.

Note

You can also refer to Ionic slides at http://ionicframework.com/present-ionic/slides for some more information.

In the next chapter, we will understand Ionic CSS components and the router. This will help us in building interesting user interfaces and multipage applications using the Ionic API.