I'm starting to learn Ionic2, I have create a new empty project with ionic start myproject blank --v2
and everything works correctly if I do ionic serve
.
Then I read this tutorial and many others. All of them state that the ionic folder structure should have an app
folder:
If I look at my project folder structure I can't see any app folder. My structure looks so:
- hooks
- plugins
- scss
- www
-index.html
- css
- img
- js
- lib
- bower.json
- config.xml
- gulpfile.js
- ionic.project
- package.json
Now I'd like to follow this tutorial in order to build my first application but as you can see the folder structure of that example is different from mine and as an Ionic beginner I'm a little confused.
FIY (if it matters):
I'm referring to this page for the templates.
cordova -v: 6.2.0
ionic -v: 1.7.15