https://github.com/jchiatt/headless-wp
A demo repo for Headless WordPress
https://github.com/jchiatt/headless-wp
advanced-custom-fields create-react-app javascript react wordpress wordpress-api
Last synced: 18 days ago
JSON representation
A demo repo for Headless WordPress
- Host: GitHub
- URL: https://github.com/jchiatt/headless-wp
- Owner: jchiatt
- Created: 2017-02-02T00:13:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T19:41:26.000Z (over 8 years ago)
- Last Synced: 2025-10-06T04:57:02.541Z (21 days ago)
- Topics: advanced-custom-fields, create-react-app, javascript, react, wordpress, wordpress-api
- Language: JavaScript
- Size: 4.2 MB
- Stars: 85
- Watchers: 4
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Headless WordPress
For the full tutorial, visit: [https://medium.com/@jchiatt/headless-wordpress-with-react-d573bca02ee0#.yq4yg24w0](https://medium.com/@jchiatt/headless-wordpress-with-react-d573bca02ee0#.yq4yg24w0)
## TL;DR
`npm install -g create-react-app`
`cd headless-wp-frontend && npm install && npm start`
Then, read backend/README.md to get WordPress up and going.