Description: This is a short description on what your project is about. Goals/ target users. As soon as it is available ONE representative screenshot.
Used technology stack:
The project Team consists of following members:
After checkout of the project run
$ npm install
$ bower install
to install third party dependencies. If cordova-specific errors occur, install cordova and ionic separately and globally on your machine:
$ sudo npm install -g cordova
$ sudo npm install -g ionic
Then add specific platforms:
$ ionic cordova platform add ios
$ ionic cordova platform add android
To build execute following commands:
$ ionic cordova build ios
$ ionic cordova build android
To emulate on a platform run following commands:
$ ionic cordova emulate ios
$ ionic cordova emulate android
To start the web-view, run
$ ionic serve
To get ios and android in comparison in the webview run
$ ionic serve -l
Be sure to tick the boxes in the right upper corner under Platforms
!
To install the app on iOS, switch to the folder /platforms/ios
and open the xcode-Project.
Switch to the folder /platforms/android
and grab the .apk
.
This section contains links to all relevant project artefacts. For the last two bullets chose either to submit a video or a poster.