{"id":22509657,"url":"https://github.com/getshifter/example-ionic-react-wordpress","last_synced_at":"2026-03-08T16:05:23.240Z","repository":{"id":37191688,"uuid":"257913537","full_name":"getshifter/example-ionic-react-wordpress","owner":"getshifter","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-19T18:55:14.000Z","size":2304,"stargazers_count":2,"open_issues_count":32,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-19T19:53:38.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getshifter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-22T13:43:15.000Z","updated_at":"2022-07-30T23:32:03.000Z","dependencies_parsed_at":"2023-10-05T00:59:09.399Z","dependency_job_id":"0b9f60f0-4710-4119-9d62-fc8baac5c50e","html_url":"https://github.com/getshifter/example-ionic-react-wordpress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getshifter%2Fexample-ionic-react-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getshifter%2Fexample-ionic-react-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getshifter%2Fexample-ionic-react-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getshifter%2Fexample-ionic-react-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getshifter","download_url":"https://codeload.github.com/getshifter/example-ionic-react-wordpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548566,"owners_count":17935221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T01:30:03.823Z","updated_at":"2026-03-08T16:05:23.197Z","avatar_url":"https://github.com/getshifter.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ionic React with WordPress example\n\n## Just try the demo site\n\nYou can deploy the demo site to the following services.\n\n[![amplifybutton](https://oneclick.amplifyapp.com/button.svg)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/getshifter/ionic-react-wordpress)\n\n\n[![netlifybutton](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/getshifter/ionic-react-wordpress)\n\n## Getting started\n\n```bash\n$ git clone git@github.com:getshifter/ionic-react-wordpress.git\n$ cd ionic-react-wordpress \n$ npm install\n$ npm start\n```\n\n## Use own WordPress\n\nGeneral configuration file is `src/config.ts`.\nYou can update properties for your WordPress site.\n\n```typescript\nclass Config {\n    get postURLPrefix() {\n        return 'news'\n    }\n    get pageURLPrefix() {\n        return ''\n    }\n    get wordpressURL() {\n        return'https://central.wordcamp.org/wp-json'\n    }\n    get wpClient() {\n        return new wp({\n            endpoint: this.wordpressURL\n        })\n    }\n}\n```\n\n## Production build\n\n```bash\n$ npm run build\n```\n\n## Desktop application\n\nWe can run it as a Desktop application\n\n\n```bash\n$ yarn run build \u0026\u0026 npx cap copy\n$ npx cap open electron\n```\n\n\n### Build for Desktop\n\n```bash\n$ yarn run build \u0026\u0026 npx cap copy\n$ cd electron\n$ npx electron-packager . sample --platform=darwin --arch=x64\n$ open ./sample-darwin-x64\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetshifter%2Fexample-ionic-react-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetshifter%2Fexample-ionic-react-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetshifter%2Fexample-ionic-react-wordpress/lists"}