Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 904 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 904 Bytes

OpenSpecimen Mobile App

Installing pre-requisites:

  1. Installing NodeJS and NPM on Ubuntu

  2. sudo add-apt-repository ppa:chris-lea/node.js

  3. sudo apt-get update

  4. sudo apt-get install nodejs

  5. Installing Cordova

  6. sudo npm install -g cordova

  7. Installing Ionic Framework

  8. sudo npm install -g ionic

  9. For installing Android SDK tools, please refer instructions given here: http://developer.android.com/sdk/installing/index.html

Build Instructions

Pre-requisites: NodeJS and NPM, Cordova, Ionic Framework, and Android/iOS SDK

Steps:

  1. Checkout the project

  2. git clone https://github.com/krishagni/os-mobile.git

  3. Building Android app

  4. ionic platform add android

  5. ionic build android

  6. ionic emulate android

  7. Building iOS app

  8. ionic platform add ios

  9. ionic build ios

  10. ionic emulate ios