In this chapter, we will be learning about Cordova, PhoneGap and Ionic. Cordova enables us to write our code only once and deploy our app on just about any platform out there while still using the same code base. We will learn how to create projects, preview them in the platform we selected, and easily deploy our apps. We will also cover how to install plugins and learn about the distribution process.
Apache Cordova
Cordova is an open-source mobile development framework . It allows the use of HTML5, CSS3, and JavaScript for cross-platform development. Because of the technology stack of Cordova, using it will ...