Create Ionic 3 Project

I would like to create an Ionic 3 project from the CLI after Ionic 4 has been released. I tried to create one with ionic start MyProject but it generated a project for Ionic 4. How can I target the latest Ionic 3? I am using Ionic 4.11.0.

ionic start MyProject --type=ionic-angular

See: https://ionicframework.com/docs/cli/commands/start

2 Likes

Thank you so much! That did it for me. I guess the difference I never really spotted was --type=ionic-angular instead of --type=angular.