You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
480 B

6 years ago
  1. # commonroutesApp
  2. - server code: https://github.com/arnaucode/commonroutesServer
  3. - frontend app code: https://github.com/arnaucode/commonroutesApp
  4. - images server: https://github.com/arnaucode/goImgServer
  5. - admin web: https://github.com/arnaucode/commonroutesAdminWeb
  6. ![commonroutes](https://raw.githubusercontent.com/arnaucode/commonroutesApp/master/commonroutes.png "commonroutes")
  7. ## Build
  8. Add cordova camera plugin
  9. ```
  10. cordova plugin add cordova-plugin-camera --save
  11. ```