In this lesson, we install Ionic. With just a couple command prompt commands, we gain access to the powerful Ionic command-line utility, which in turn installs Apache Cordova to aid in connecting our web apps to our mobile device’s native functionality. After this lesson, we will be able to create and run and app.
[00:00] In this lesson, we are going to learn how to install Ionic. We are going to start at the command line and type "npm install -g ionic cordova." We are using the -g flag to install this globally, across the system. This is going to install the Ionic package, as well as the Apache Cordova package.
[00:24] Now that this is installed, we can run Ionic from the command line and see the various commands that we can issue to Ionic. We will dig into these commands in further videos. Thanks for watching.
Member comments are a way for members to communicate, interact, and ask questions about a lesson.
The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io
Be on-Topic
Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.
Avoid meta-discussion
Code Problems?
Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context
Details and Context
Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!