Ionic WordPress Site Mobile App

Overview

You want to have your wordpress blog on your smartphone, with this my software you can take your blog to Android as to IOS, so you will have a new public and another source of making money with ADMOB advertising.

Features

  •           Complete Solution
  •           Login User
  •           Registers news Users
  •           Form Validations
  •           Log Out
  •           Message Errors
  •           Side Menu
  •           Email feedback 
  •           Easy Configure
  •           Admob
  •           Comment Posting
  •           Show/Hide Categories
  •           SHOW/HIDE Passwords
  •           Social Share
  •           Easy integration with wordpress
  •           Pull to Refresh
  •           Infinite Scroll

Requirements

  1. Install NodeJs
  2. To Know How to setup you need to know little about Ionic Framework http://ionicframework.com/docs/
  3. Install WordPress Json API and Activate the plugin through the ‘Plugins’ menu in WordPress or by using the link provided by the plugin installer.
  4. Install Postman

Instructions

How to use this project

1Install Ionic-Cli and cordova, Run:

 

$  npm install -g ionic cordova

2 Then, install the dependencies, cd into wordpressapi and run:

 

$  npm install

3 Launching the app:

After installing the needed dependencies you are done, launch your app with a simple.

$ ionic serve

4 If you want to run it on device, run:

 

$ ionic cordova platform add android

$ ionic cordova platform run android

Related