Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 460 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 460 Bytes

sunbird-mobile

Sunbird mobile applicaion.

Follow the below steps for setup in your local system.

  • Install Ionic ^3.0
  • git clone the repo.
  • go to project folder and run npm i
  • run ionic cordova platform add android
  • the above will add an android platform and add all the plugins to that.

Basic command

Build for debug - npm run build-debug

Build for release - npm run build-rel

Run the android app - npm run android