An open API service indexing awesome lists of open source software.

https://github.com/evanherman/wp-reaction

Angular.js & React.js powered WordPress theme - mainly a side learning project for me.
https://github.com/evanherman/wp-reaction

Last synced: about 1 year ago
JSON representation

Angular.js & React.js powered WordPress theme - mainly a side learning project for me.

Awesome Lists containing this project

README

          

# wp-reactION
Angular.js & React.js powered WordPress theme

This project was forked from a project by [Roy Sivan](https://github.com/royboy789/angular-react-wordpress-theme) but contained a few outdated gulp dependencies and implemented an outdated version of the WP-API.

I originally forked this theme to learn more about integrating angular.js & react.js into a WordPress theme.

Without the initial repo from [Roy Sivan](https://github.com/royboy789/angular-react-wordpress-theme), this theme most likely would not have come to fruition.

# Install
Make sure you have WordPress already running, along with the the [WP REST API](https://github.com/WP-API/WP-API) plugin installed and activated

* Clone this repo
* Run `npm install`
* Run `bower update`



* To re-compile both the .css and .js files, run `gulp`
* To re-compile either the .css , or .js files run `gulp css`/`gulp js` respectively