Using Wordpress with React.js

This is a react application which works as a front-end for a Wordpress site. Our data is being provided by the TechCrunch.com website. The accompanying blog post can be found here.

create a new repository on the command line

git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/yourwpmadesimple/react-and-wordpress.git
git push -u origin master

…or push an existing repository from the command line

git remote add origin https://github.com/yourwpmadesimple/react-and-wordpress.git
git branch -M master
git push -u origin master