Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 562 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 562 Bytes

This is a starter template for Ionic projects.

With the Ionic CLI:

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.