https://github.com/codetanzania/open311-mobile-manager
Management Mobile UI for https://github.com/CodeTanzania/open311-api
https://github.com/codetanzania/open311-mobile-manager
manager mobile open-data open311
Last synced: about 2 months ago
JSON representation
Management Mobile UI for https://github.com/CodeTanzania/open311-api
- Host: GitHub
- URL: https://github.com/codetanzania/open311-mobile-manager
- Owner: CodeTanzania
- Created: 2017-09-27T07:10:28.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-05-03T16:38:30.000Z (about 8 years ago)
- Last Synced: 2025-01-18T20:59:08.913Z (over 1 year ago)
- Topics: manager, mobile, open-data, open311
- Language: CSS
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
open311-mobile-manager
======================
[open311-api](https://github.com/CodeTanzania/open311-api) mobile UI for managers.
## Setup
- Ensure legacy ionic view
```sh
$ ionic config set -g backend pro
```
## Quick Fixes
```sh
$ rm -rf node_module
$ npm install
$ npm rebuild node-sass
```
## Why Folder Structure?
- [how-to-set-up-ionic-app-du107si9y](https://www.codementor.io/jadsalhani/how-to-set-up-ionic-app-du107si9y)