Blog Application Using Ionic 3 And Wordpress API
Blog Application Using Ionic 3 and Wordpress API
You can check demo app on http://andriyandriyan.com/ionic-wordpress
I’m using API from website Rumaysho.Com
Download or you can clone this repo using following command
$ git clone https://github.com/andriyandriyan/ionic-wordpress.git
Move your directory to this folder app and then install dependency using following command
$ cd ionic-wordpress
$ npm install
Open this project using your favorite text editor (I used VSCode).
Open file src/providers/api.ts
and change private base_url: string = 'http://rumaysho.com/wp-json/wp/v2/';
with your website.
Run your ionic app using following command
$ ionic serve
Your app is running on http://localhost:8100