- Posts
- Pages
- Custom posts
- Taxonomies (Category, Tag and custom)
- Authors
- Search
- Push Notifications
- Custom templates (overwrite any template of the app)
- Social sharing
- Sass variables
- Parameters Page - Language switch [English|French|Chinese|Spanish|Polish|German] - Accessibility (Post font size)
- Image cache on device
- App rate plugin
- Syntax highlighter
- Offline (Bookmarks)
- Comments (Submitting is not supported yet)
- Android
- IOS
- Git
- NodeJS (recommended: 4.x), please do not use npm 5.x for now
- NPM (recommended: 3.3.x)
# 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.
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
# 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
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 per 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.
Always use four spaces, no tabs. This goes for any HTML, CSS, or Javascript.