qualitance / ldir-mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install steps

  1. Install bower plugins : bower install
  2. Install npm dependencies : [sudo] npm install
  3. Compile SASS and move files: gulp
  4. Restore Plugins with the command ionic state restore
  5. Add platforms: ionic platform add ios|android
  6. Build project: ionic build [ios|android]
  7. IOS/Android setup: change variable isIos AppConfig.js depending on platform
  8. Copy www folder to project, without building: ionic prepare [ios|android]

Running the app

To run the app in the browser : ionic serve

User Manual

Here you can access the user manual.

License

GPL-3.0 license

About

License:GNU General Public License v3.0


Languages

Language:HTML 81.3%Language:JavaScript 14.8%Language:CSS 3.9%