Skip to content

Small Changes in README.md file. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# AngularJS & ReactJS WordPress Theme
A WordPress theme built with AngularJS as the controller and ReactJS as the view layer.
Powered by WP-API - [DEMO] (http://roysivan.com/react-angularjs-wordpress-theme)
Powered by WP-API - [DEMO](http://roysivan.com/react-angularjs-wordpress-theme)

# Install
Make sure you have WordPress already running, along withe the JSON REST API (WP-API) plugin installed and activated
* Clone Repo
* Run `npm install`
* Run `bower update`
* Run **`npm install`**
* Run **`bower update`**


__Thank you to [Jack Lenox](https://twitter.com/jacklenox)__ for starting the ReactJS WordPress theme so I have some code to look at.