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.
- Host: GitHub
- URL: https://github.com/evanherman/wp-reaction
- Owner: EvanHerman
- License: gpl-2.0
- Created: 2015-08-07T20:21:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T00:02:59.000Z (almost 11 years ago)
- Last Synced: 2025-01-30T19:22:36.051Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.67 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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