You must have npm ionic and angular installed on your computer. From the root project directory run these commands from the command line:
npm install
ionic cordova prepare android
ionic cordova run android
if you want live reloading
ionic cordova run android -l