I have downloaded an Ionic template here: https://github.com/arjunsk/ionic-shopping-cart-2 . But I try to start it with ionic serve but it won't let me. The truth is I don't know how to include the ionic template in my project, I haven't gotten any information on the Internet.
Basically, I want to include the template and run it with
ionic serve
After using npm install and trying to run ionic serve I get this
I am trying to run ionic in this directory
What would be the root directory of the template
It would be good if you included information about the error you receive when executing
ionic serve
.From what I understand you are trying to apply that template as if it were a Wordpress theme that only changes the appearance of the page.
Instead, you should clone the GitHub project and start building your app on top of it. Or on the other hand, just take the parts that interest you and adapt it to your project.
I have tried to clone the project and start it and it has worked fine with:
git clone https://github.com/arjunsk/ionic-shopping-cart-2.git
npm install
ionic serve
It will ask you if you want to install @ionic/v1-toolkit since it is the first version of Angular and Ionic.