Your First Ionic App

Discover how to set up your system and create an Ionic-Angular project.

We'll cover the following

Setting up the system

One of the things I like to do in my home directory is have a folder called “git.” You can call it anything you want: “projects,” “myprojects,” “ionic,” it is entirely up to you!

Always ensure that you have the latest tooling installed before starting an Ionic project. You will find out why later in this lesson. To check for available updates, enter the following command inside the command terminal of your choice:

npm install -g @ionic/cli@latest

Run the above command in the given terminal to observe the output.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy