How to start ionic3 app?

I want to start an ionic3 app, because I want a similar environment like another app which I created.

ionic start myApp sidemenu

creates an ionic4 app. For an ionic1 app

ionic start myApp sidemenu --type ionic1

is designated.

So, is there still an opportunity to start an ionic3 app?

See Is it possible to create Ionic 3 project with Ionic 4 CLI?

1 Like

Thanks, should’ve found it by myself!