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?