Skip to content

DHBW-VS/app

Repository files navigation


DHBW VS App

The official app for students, employees and lecturers of the
Baden-Wuerttemberg Cooperative State University (DHBW) in Villingen-Schwenningen.

Maintainers

Maintainer GitHub LinkedIn
Robin Genz robingenz robin-genz-4a688b153

Installation

You can install the latest version from the Play Store (Android) and App Store (iOS).

Demo

iOS

Development Setup

Prerequisites

Getting Started

Clone this repository:

git clone https://github.com/DHBW-VS/app.git

Change to the root directory of the project:

cd app

Install all dependencies:

npm i

Prepare and launch the Android app:

npx ionic cap sync android
npx ionic cap run android --open --external -l

Prepare and launch the iOS app:

npx ionic cap sync ios
npx ionic cap run ios --open --external -l

This project uses Ionic as app development platform and the Ionic CLI.

Changelog

See CHANGELOG.md.

License

See LICENSE.