Giter Club home page Giter Club logo

evaluation-ionic's Introduction

Evaluation-Ionic

Über das Projekt

Dies ist eine Client-App für das in der Entwicklung befindliche System zur Evaluation der Lehre an der TH Brandenburg. Sie ist eine Cross-Platform-Adaption einer Android-App und kommuniziert mit der REST-API des Backend-Servers.

Im Intranet der TH Brandenburg kann die Anwendung als Web-App unter https://evaluation.th-brandenburg.de/webapp aufgerufen werden.

Kompilierung

Um dieses Projekt als Web-App oder Hybrid-App (für Android, iOS, Windows UWP) kompilieren zu können, müssen die folgenden Entwicklungsabhängigkeiten installiert sein.

  1. Node.js (v6.x.x LTS, neuere Versionen könnten auch funktionieren)

  2. Ionic und Cordova

Über den Node Package Manager global installieren:

npm install -g cordova ionic
  1. Weitere Abhängigkeiten dieses Projektes

Alle Entwicklungsabhängigkeiten im Projektverzeichnis automatisch herunterladen und installieren:

npm install

(im obersten Verzeichnis ausführen, in dem die package.json-Datei liegt)

Web-App

Das Projekt sollte jetzt als Web-App kompiliert werden können. Über den Befehl

ionic serve 

wird sie im Unterverzeichnis www erstellt und mit einem lokalen Webserver unter http://localhost:8100 gehostet.

Android-App

Um die Android-App (apk) zu kompilieren, muss das Android-SDK installiert sein.

Kompilieren:

ionic build android 

Ausführen auf einem per ADB angeschlossenen Gerät:

ionic run android --device 

iOS-App

Für iOS-Builds muss Xcode 7 oder höher installiert und ein Provisioning Profile angelegt sein. Eine detailierte Anleitung der Schritte sind in der Ionic Documentation zu finden.

evaluation-ionic's People

Contributors

fhbmax avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.