I generated my project by:
ionic start demo sidemenu --v2 --ts
But I’m quite confused about these two folders: www, app.
- Is www the result of the build? If not, why there are some duplicated files in www and app?
- Is app the source to build the www? If this is correct, why the file in www/build folder used in for example app.ts? I mean why we use the built file instead of the source file here?
@App({ templateUrl: 'build/app.html', config: {} // http://ionicframework.com/docs/v2/api/config/Config/ })