Offizielle Campus App der Dualen Hochschule Baden-Württemberg Lörrach (DHBW Lörrach).
Die App wird plattformübergreifend mit React Native und Expo entwickelt und ist für Android-Geräte und das iPhone im PlayStore bzw. AppStore erhältlich.
Android: https://play.google.com/store/apps/details?id=de.dhbwloe.loerrach.campusapp
iPhone/iOS: https://itunes.apple.com/de/app/dhbw-lorrach-campus-app/id1106917276
-
Das Projekt mit git klonen:
git clone [email protected]:DHBWLoerrach/CampusApp.git
-
In der Kommandozeilenumgebung in das Projektverzeichnis
CampusApp
wechseln:cd CampusApp
-
Die Abhängigkeiten bzw. npm-Pakete in Node.js installieren:
npm install
-
Benötigte API-Keys (z.B. für die Mensa des SWFR) vom Projektverantwortlichen anfordern und in eine Datei
.env
eintragen
Mit dem Befehl
npx expo
wird der Entwicklungsserver (Metro-Bundler) für das Projekt gestartet.
Nun kann die App getestet werden:
- Expo Go, a limited sandbox for trying out app development with Expo
- development build
- Android emulator
- iOS simulator
TODO: Infos zum development build usw.