wiki:DeveloperGuidelines/EdenMobile/Directories

Version 1 (modified by Dominic König, 9 years ago) ( diff )

--

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)
Note: See TracWiki for help on using the wiki.