dmanliclic715 / complete-intro-to-react

Home Page:https://btholt.github.io/complete-intro-to-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://btholt.github.io/complete-intro-to-react

License:MIT License


Languages

Language:JavaScript 71.6%Language:CSS 26.6%Language:HTML 1.8%