Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 759 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 759 Bytes

##Prerequisites Make sure you have the following installed on your pc

  1. npm and node
  2. git
  3. Ionic CLI
  4. Cordova CLI
  5. Emulator (android studio etc.) or android phone for testing
  6. Android in your environment path

How to get stated with installation

$ sudo npm install -g ionic cordova
$ git clone https://github.com/hisptz/hisptz-touch-dashboard.git
$ cd hisptz-touch-dashboard

To install all dependencies for android while inside project directory

$ sh install-android.sh

To install all dependencies for iOS while inside project directory

$ sh install-iso.sh

To run on emulator

For android

$ ionic cordova run android

hisptz-ios-dashboard