Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 365 Bytes

File metadata and controls

22 lines (12 loc) · 365 Bytes

Mobile Application for Digitel S.A

How to run it

Instal Ionic Framework

$ npm install -g cordova ionic

Then Install Node and Bower dependencies

$ npm install && bower install

Once you have all the dependencies installed use Ionic CLI to run the project

To run in browser

$ ionic serve

To emulate or test in device

$ ionic run android $ ionic run ios