Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-05-03T16:38:30.000Z (over 6 years ago)
- Last Synced: 2024-11-18T00:12:14.706Z (2 months 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)