Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 461 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 461 Bytes

WP + React + WP REST API demo

Sample WordPress plugin using React and WP REST API.

Presented at WordCamp Prague 2016.

How to use

  • Install WP REST API (Version 2) plugin into your WordPress site (as of WP 4.4; REST API endpoints will probably be merged into WordPress core in 4.5)
  • Clone this repo into wp-content/plugins
  • Run npm install
  • Run npm run build