Donate

Aeon-Wordpress

Aeon Wordpress - Ionic 3 Wordpress Client Ver 0.1 Beta

Features

Requirement

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.