Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 505 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 505 Bytes

PUG Client

Using this project

Install ionic and cordova

$ npm install -g ionic cordova
$ npm install
$ bower install

To run on chrome:

$ ionic serve

To run on emulator:

$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios
$ ionic platform add android
$ ionic build android
$ ionic emulate android

More info: Ionic and the Ionic CLI repo.