wiki:DeveloperGuidelines/EdenMobile/Directories

EdenMobile Directory Structure

www
|
+- index.html          the main view
+- index.js            top-level script to initialize the cordova app and create the EdenMobile main module (AngularJS)
|
+--- config            files concerning the app configuration such as routing, DB schema, default settings
|    |
|    +- routing.js         state routing
|    +- schema.js          default database schema (to bootstrap the database)
|    +- settings.js        definition of config settings incl. defaults
|
+--- controllers       controllers
|
+--- views             view templates
|
+--- services          services
|
+--- directives        directives
|
+--- i18n              language files
|
+--- img               images
|
+--- styles            CSS stylesheets
|
+--- vendor            3rd party modules (e.g. AngularJS)
Last modified 8 years ago Last modified on 10/12/16 07:23:42
Note: See TracWiki for help on using the wiki.