Creating the New Project

Follow step-by-step instructions to create the project structure of the Ionic-Angular application.

We'll cover the following...

Create a project

Now that you have seen what you are going to build, it is time to get the project up and running.

As previously mentioned, before I start any new Ionic project, I want to make sure I am on the latest Ionic CLI. Do that first.

Run the following commands:

npm install -g @ionic/cli@latest
ionic start
...