Skip to content

Original Edulution Portal app written using early version of Ionic framework (circa 2015)

Notifications You must be signed in to change notification settings

edulution/edulution_portal_ionic

Repository files navigation

Edulution portal app for android

Created using Ionicframework

To run on your local machine

  • make sure Android SDK is installed on your computer

  • sudo npm install -g cordova@6.4.0

  • sudo npm install -g ionic@2.1.4

  • clone repository to your local machine

  • navigate to the root directory of the repository using your terminal

  • sudo npm install

  • sudo npm rebuild node-sass

  • to serve on your the application: sudo ionic serve

  • to build: cordova build android --release

Remember to sign the apk before attempting to run on a device