Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

p-goetz/imkerium-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imkerium Hybrid Mobile App

Ionic hybrid mobile app for a beekeeper to manage their hives and hive logbooks.

Technical Setup

  • Ionic as hybrid mobile app framework
  • AngularJS as Javascript framework inside Ionic
    • ui-router to provide in-app routing
    • resource to access RESTful web service backend

Folder Structure

  • www/
    • index.html: start point
    • css/: CSS styles
    • img/: app images
    • js/
      • app.js: configure routing and views
      • controllers.js: implement controller logic
      • services.js: implement access to RESTful services
    • templates/: views used by AngularJS
  • bower.json: web dependencies configuration
  • package.json: node module setup and dependencies

Run

Browser

ionic serve --lab 

Emulator

ionic emulate [ios|android]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published