This Ionic app uses Wordpress API to show posts and comments in a sidemenu style app, sorted by category.
You need to have set up the current versions of Ionic 2, Cordova and Node/NPM on the machine you are using.
Download or fork this project.
npm install
ionic serve
In the /src/providers/api.ts file, change the url to your Wordpress site.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Based on Ardy Him ionic2 tutorial
MIT