IONIC Section 5 - 5.3 Creating a new Angular Ionic project

Click here for more videos available on our youtube channel !

Hello everyone, now we can create a new Ionic Angular project, and for that, you need to open your terminal or command prompt and navigate to the path where you want to create your folder. And we will enter the CLI provided by Ionic for the creation of a project, what is essential is to have installed Node.Js as indicated at the very beginning of this course, if this is not done, I invite you to watch the video concerning the installation of Node.Js. In the documentation, you will have all the information concerning the installations, and you will find the CLI to insert into your terminal. So you can copy and paste it, don't forget the sudo if you are on Mac or Linux before inserting this CLI, if you are on Windows you can go there. I am not going to insert it because I have already installed it and therefore once executed, you can launch "Ionic start", which allows you to create a new project. And at this moment, you have to choose a project name, I'm going to put "ionic-section-angular", then you have to choose a template, a template is a template, and we will choose blank which indicates a blank project in order to design our application step by step. If you use another model, you will start with some features already added in the application dummy you get, but we won't deal with that. Once the installation is complete, we can consult our project in our text editor by clicking on "open folder" and we will recover our create folder with the various files set up inside. So here is our project that we will analyze in the next video.