Search⌘ K
AI Features

Creating the New Project

Explore the initial steps to create a new Ionic project using Angular. Learn how to install the latest Ionic CLI, choose the blank template, and run your project, laying the foundation for building your attendance 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
...