How to create a mobile app using ionic v1

I have an old ionic project, which runs on ionic v1. I just wanted to know how to create an app from scratch using ionic v1.
I saw the documentation and it only creates the app using Angular and Typescript. I wanted to use angularJS for the app.

you can use the CLI flag ionic start --type ionic1
but i would strongly suggest V3 or V4

1 Like

Thanks a lot Chaos. It really helped me.