This is a starter template for Ionic projects.
Download node js for the operating system: [nodejs] (https://nodejs.org/en/). Once downloaded, follow the instructions.
Locate the folder in command prompt or terminal and type:
$ sudo npm install -g ionic cordova
$ ionic serve
To run it on a IOS device:
$ ionic cordova run ios
To run it on android device:
$ ionic cordova run android
Substitute ios for android if not on a Mac.