A little about:
This is a cross platform application to manage and follow up the graduation at the University of São Paulo.
- Install NodeJs
- Install Android SDK
- Install Ionic Cordova
$ npm install -g ionic cordova
Run server in browser
$ ionic serve
Install application on smartphone
$ ionic cordova run android
Generate .apk file for android
$ ionic cordova build android
- Ionic Cordova for build mobile app
- NodeJs for compilation
- Android SDK for native android app