This repository contains the mobile part of Exceed Vote by TeamGG.
The server side is located at SSD2015/TeamGG. All issues of both repository should be reported there.
You need Ionic Framework to build this.
To run the development server,
ionic serve
Your browser will automatically navigates to the development server.
To run a debug application, plug in your Android phone and type
(first time only)
ionic platform add android
Then for every time you want to run,
ionic run
The application should be completely working in the development server (don't depends on plugins, if you need to make it optional). This is because the application will need to be installed as web page too.