Why I am not getting inbuilt generated files in ‘www’ folder in ionic app?

Why I am not getting inbuilt generated files in ‘www’ folder in ionic app? like JS, IMG,TEMPLATE, CSS etc. #ionic-v1
plz help

Because there is a src folder, which means you created a non-Ionic-v1 project.

1 Like

plz tell,
what should i do to convert it to ionic project from non ionic project.
i want work on ionic v1.
Thanks in advance

ionic start myNewProject blank --type=ionic1

1 Like