##Prerequisites Make sure you have the following installed on your pc
- npm and node
- git
- Ionic CLI
- Cordova CLI
- Emulator (android studio etc.) or android phone for testing
- Android in your environment path
$ 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
For android
$ ionic cordova run android