Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

nmanumr/fa18-bcs-c

Repository files navigation

Class Resource

Class resources ionic app for session FA18-BCS-C Comsats, Lahore

Features

  • Access class learning material anywhere
  • Track your classes schedule
  • Calculate your GPA

Running Locally

Running locally requires

  • Nodejs
  • Ionic CLI
  • Android Studio
  • Gradle
# install required packages
npm installl

# run ionic dev app (In browser)
ionic serve

# run ionic dev app (On real device with live reload)
ionic cordova run android -l --device

# run ionic dev app (On real device)
ionic cordova run android --device

# Build Apk
make build-apk

# generate private key
make gen-key