Skip to content

Build amazing iOS and Android applications for your WordPress website for free!

License

Notifications You must be signed in to change notification settings

drhoussem/wordpress-hybrid-client

This branch is 252 commits behind wordpress-clients/hybrid:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e759ea · May 31, 2016
May 20, 2015
Apr 19, 2016
Mar 31, 2016
Oct 18, 2015
May 25, 2016
Aug 2, 2015
Jan 7, 2016
May 18, 2015
Oct 30, 2015
Jan 26, 2016
May 18, 2016
May 31, 2016
Jan 8, 2016
Feb 2, 2016
Nov 12, 2014
Apr 16, 2016
May 31, 2016
Mar 21, 2016
Aug 2, 2015
Jan 8, 2016
May 18, 2016
Jan 8, 2016
Jan 7, 2016
Dec 24, 2015

Repository files navigation

WordPress Hybrid Client

Flattr donate button PayPal donate button

screenshots

Chat

Join the chat at https://gitter.im/shprink/wordpress-hybrid-client

Features

  • Posts
  • Pages
  • Custom posts
  • Taxonomies (Category, Tag and custom)
  • Authors
  • Search
  • Push Notifications
  • Custom templates (overwrite any template of the app)
  • Social sharing
  • Admob support
  • Sass variables
  • Parameters Page - Language switch [English|French|Chinese|Spanish|Polish|German|Portuguese|Italian|Dutch|Russian|Turkish|Urdu] - Accessibility (Post font size)
  • Image cache on device
  • App rate plugin
  • Syntax highlighter
  • Offline (Bookmarks)
  • Comments (Submitting is not supported yet)

Built with WPHC

Quick Start

Prerequisites

  • Git
  • NodeJS (recommended: 4.x), please do not use npm 5.x for now
  • NPM (recommended: 3.3.x)

This installation works on both OSX and Linux. Windows is not supported yet,

# Clone and use the latest version
$ git clone https://github.com/shprink/wordpress-hybrid-client.git && cd wordpress-hybrid-client
# List all versions
$ git tag
$ git checkout <the-latest-version>

# Install
$ npm install && npm run installWPHC

# Run on the browser
$ npm run devserver

Open http://localhost:8080/webpack-dev-server/ in Chrome (the only browser supported). You should see the application running with http://dev.julienrenaux.fr/wp-json backend.

To go further please read the documentations.

Documentation

If you have just cloned the repository, INSTALLATION is the recommended starting point. Here is the documentation index:

Installation

Read the manual: INSTALLATION.md

Configuration

Read the manual: CONFIGURATION.md

Development

Read the manual: DEVELOPMENT.md

Push Notifications

Read the manual: PUSHNOTIFICATIONS.md

Build Android & iOS

Read the manual: BUILD.md

Release Android & iOS

Read the manual: RELEASE.md

Splashscreens and Icons

Read the manual: SPLASHICONS.md

Project public API

# Dev server
npm run devserver

# Dump files in www
npm run dumpdev
npm run dumpprod

# Run Cordova
npm run android
npm run ios
npm run iosEmulator

# Cordova build
npm run buildAndroid
npm run buildProdAndroid
npm run buildIOS
npm run buildProdIOS

Contribute

WordPress hybrid Client is Open Source, If you are interested in helping, please read the following:

Pull Request Guidelines

When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, do not bundle more than one "feature" or bug fix in one PR. Doing so makes it very hard to accept it if one of the fixes has issues.

It's always best to create two smaller PRs than one big one.

Style

Always use four spaces, no tabs. This goes for any HTML, CSS, or Javascript.

About

Build amazing iOS and Android applications for your WordPress website for free!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 43.5%
  • CoffeeScript 27.3%
  • CSS 15.9%
  • HTML 12.4%
  • Shell 0.9%