Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 960 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 960 Bytes

Donate

Aeon-Wordpress

Aeon Wordpress - Ionic 3 Wordpress Client Ver 0.1 Beta

Features

  • Resposive layout
  • User login and register
  • Push notification
  • Comment section
  • Bookmark
  • Posts, authors, and tags search

Requirement

  • Wordpress site with WP REST API V2 enabled.
  • Wordpress plugins
    • Better REST API Featured Images
    • Category and Taxonomy Image
    • JWT Authentication for WP-API
    • WP REST API - Pure Taxonomies
    • WP REST API - filter fields

Installation

Clone the project to your folder

git clone https://github.com/rivafarabi/aeon-wordpress my-wordpress-app

Set WP_URL with your Wordpress website URL in src/constants/endpoint.constant.ts

const WP_URL = "https://YOUR-WORDPRESS-SITE.com/";

Use ionic serve to start a local dev server for app testing.