You require following programms to make it work :
- Ionic
- Cordova
- Android Studio
- NodeJs
Run the following command after cloning :
"npm install"
then,
"ionic run android" // after connecting android device
or
"ionic serve" // to view on a browser
Regards
Nihit Saxena