#React Template for WP REST API This is React Templates to show WP REST API's data.
##Required
- WordPress Site that activated WP REST API(Version2) Plugin:To make API Endpoint for WordPress
- Node.js:To build code & run local Server
- npm:To get React & Helper Node Modules
- jQuery:To send request to WP REST API endpoint
##Getting Start
$ git clone git@github.com:hideokamoto/wp-reactjs.git
$ cd wp-reactjs
$ npm install
$ gulp
##How To Contribute ###If you find some bug Please make GitHub Issues. -> https://github.com/hideokamoto/wp-react-native/issues
###If you want to add some function 1st:Fork this repository 2nd:Write some code to add function that you want to add. 3rd:Make Pull Request