Quickstart
Clone this repository: git clone https://github.com/jordaneil09/ionic-3-travel-blog
To start with, make sure you have latest Node.js installed
Install latest ordova and Ionic
$ sudo npm install -g cordova ionic
Install dependencies
$ npm install
Then, to run it, cd into myApp
and run:
$ ionic serve
To add platforms, cd into myApp
and run:
$ ionic cordova platform add ios
Substitute ios for android if not on a Mac.
To run unit test, cd into myApp
and run to install dependencies
$ sudo npm install -g karma-cli
$ ng test
/******************* 3RD PARTY MODULES ************************/
Using 3rd party WordPress API, credits to:
> Murhaf Sousli
* <a href='https://github.com/MurhafSousli'>github/murhafsousli</a>
* <a href="https://twitter.com/MurhafSousli">twitter/murhafsousli</a>
> API
* https://github.com/MurhafSousli/ngx-wordpress
/**************************************************************/