Welcome to a complete intro to React! The site actual workshop material for this repo can be found here. On the master branch you will find the completed project. On the start branch you will find the barebones boilerplater of the project designed to help you get started.
Please contribute, file issues, and make PRs. More than anything I'm sure there are typos abounding.
MIT
git clone git@github.com:btholt/complete-intro-to-react.git
cd complete-intro-to-react
git fetch
git checkout -b start origin/start
npm install
git checkout -b fem-10 origin/fem-10
npm install
^ Name local branch the same as origin branch.