Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)