Search⌘ K

Creating the New Project

Explore how to create a new Ionic React project from scratch to build your attendance application. This lesson guides you through installing the Ionic CLI, starting a React-based project with a blank template, and running the initial app setup to prepare for further development.

We'll cover the following...

Create a project

Now that you have seen what we are going to build, let’s dive in and get the project up and running.

Before you start any new Ionic project, make sure you are on the latest Ionic CLI. In the terminal of your choice, enter the command npm install -g @ionic/cli ...