- 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)
- Progressive Web App (manifest & Service Workers)
- Android
- https://play.google.com/store/apps/details?id=com.shprinkinc.wordpresshybridclient
- https://play.google.com/store/apps/details?id=com.anotherplanet.korkubilimi
- https://play.google.com/store/apps/details?id=com.anotherplanet.metallicaonline
- https://play.google.com/store/apps/details?id=com.anotherplanet.pinkfloyd
- http://hiwaldorf.com/app/
- https://play.google.com/store/apps/details?id=com.notmyfault
- https://play.google.com/store/apps/details?id=com.ek.klootschieten
- https://play.google.com/store/apps/details?id=ca.siksik.SikSikYFB
- https://play.google.com/store/apps/details?id=com.trouidees.nuustoep&hl=en
- https://play.google.com/store/apps/details?id=com.myeternalsymphony
- https://play.google.com/store/apps/details?id=com.common_tales.CommonTales
- https://play.google.com/store/apps/details?id=com.xvilo.jonginnop2
- https://play.google.com/store/apps/details?id=com.xvilo.regio25
- https://play.google.com/store/apps/details?id=de.esv1927.app
- http://play.google.com/store/apps/details?id=com.mirzapurnews
- https://play.google.com/store/apps/details?id=br.com.receitascompletas
- https://play.google.com/store/apps/details?id=cd.primature.apps
- IOS
- https://itunes.apple.com/cn/app/id1030393337
- https://itunes.apple.com/us/app/not-my-fault./id886617889
- https://itunes.apple.com/us/app/ek-klootschieten-2016/id1095442611
- https://itunes.apple.com/ca/app/siksik-iqaluit-city-guide/id935965604
- https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1083903483&mt=8
- https://itunes.apple.com/us/app/blog-da-suzye/id1117503697
- https://itunes.apple.com/us/app/roma-tattoo/id1117043450
- https://itunes.apple.com/us/app/blog-da-amanda-coutinho/id1114539494
- https://itunes.apple.com/de/app/common-tales/id1106806336
- https://itunes.apple.com/nl/app/regio25/id1067826417?mt=8
- https://itunes.apple.com/nl/app/jonginnop/id1073451236?mt=8
- https://itunes.apple.com/us/app/id1132170549
- https://itunes.apple.com/us/app/suz-blog/id1145036348
- Git
- NodeJS (>= 4)
- NPM (>= 3)
- Yarn
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
yarn
# Run on the browser
npm start
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.
If you have just cloned the repository, INSTALLATION is the recommended starting point. Here is the documentation index:
Read the manual: INSTALLATION.md
Read the manual: CONFIGURATION.md
Read the manual: DEVELOPMENT.md
Read the manual: PUSHNOTIFICATIONS.md
Read the manual: BUILD.md
Read the manual: RELEASE.md
Read the manual: SPLASHICONS.md
# Installation
npm run installWPHC (auto ran post npm install)
# Dev server
npm start
# Dump files in www
npm run dumpdev
npm run dumpprod
# Install Cordova
npm run restore
# 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
WordPress hybrid Client is Open Source, If you are interested in helping, please read the following:
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.
Follow .editconfig