Could you advise for what is all of these folders and files?
These are all the typical folders of an Ionic Angular app.
-
.sourcemaps
contains source maps -
node_modules
contains the npm packages defined inpackage.json
for this project -
resources
contains source images and generated resources that are used as icons and splash screens in your app -
src
contains the actual app -
typings
contains Typescript typing files -
www
contains the generated project
1 Like