Skip to content

Ionic app to share and trade unused books - developed at University of Applied Sciences, Upper Austria.

Notifications You must be signed in to change notification settings

danjelous/mc507-sharebook

Repository files navigation

ShareBook

Description: This is a short description on what your project is about. Goals/ target users. As soon as it is available ONE representative screenshot.

Technology

Used technology stack:

Team Setup

The project Team consists of following members:

Using this project

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!

Install app on iOS

To install the app on iOS, switch to the folder /platforms/ios and open the xcode-Project.

Install app on android

Switch to the folder /platforms/android and grab the .apk.

Artefacts

This section contains links to all relevant project artefacts. For the last two bullets chose either to submit a video or a poster.

About

Ionic app to share and trade unused books - developed at University of Applied Sciences, Upper Austria.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published