Skip to content

dmck0y/complete-intro-to-react

 
 

Repository files navigation

A Complete Intro to React

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.

Contributing

Please contribute, file issues, and make PRs. More than anything I'm sure there are typos abounding.

License

MIT

Start with the beginning branch

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

Sync to a Branch Later in the Course

git checkout -b fem-10 origin/fem-10
npm install

^ Name local branch the same as origin branch.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.6%
  • CSS 26.6%
  • HTML 1.8%