April 2017
Beginner to intermediate
378 pages
7h 57m
English
So far, we have scaffolded a blank Ionic app and launched it in a browser. Now, we will walk through the scaffolded project structure.
If we open the chapter2 example1 folder in our text editor, we should see the following folder structure at the root of the project:
. ├── config.xml ├── hooks ├── ionic.config.json ├── node_modules ├── package.json ├── platforms ├── plugins ├── resources ├── src ├── tsconfig.json ├── tslint.json ├── www
Here is a quick explanation of each of the items:
Read now
Unlock full access