reactpress
reactpress copied to clipboard
A React WordPress theme using the WP REST API
ReactPress
Chris Hutchinson, 2015
A simple React app built using the WordPress REST API. Initialised using the Yeoman react-webpack generator.
Current functionality
- List posts
- View single post
- List category
- View comments
Running
- Run
npm install - Copy
/src/config.default.jsonto/src/config.jsonand fill in the values - Run
grunt serve
Building
Run grunt build to build into the /dist folder. This can then be used to integrate this as a WordPress theme (index.php / style.css files will be required)