Prototype for the CooperativeActivities app made with Ionic.
After checkout of the project run
$ npm install
$ bower installto 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 ionicThen add specific platforms:
$ ionic platform add ios
$ ionic platform add androidTo build execute following commands:
$ ionic build ios
$ ionic build androidTo emulate on a platform run following commands:
$ ionic emulate ios
$ ionic emulate androidTo start the web-view, run
$ ionic serveTo get ios and android in comparison in the webview, run
$ ionic serve --labTo install the app on iOS, switch to the folder /platforms/ios and open the xcode-Project.
If Android is not installed:
npm install androidhttp://ionicframework.com/docs/cli/ -- CLI Beschreibung. http://ionicframework.com/docs/components/ -- Components
Copyright 2017 CrAc syndicate (http://www.crac.at/project-facts/partners)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.