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 serveTo run it on a IOS device:
$ ionic cordova run iosTo run it on android device:
$ ionic cordova run androidSubstitute ios for android if not on a Mac.