Here are the files we will be using during Intro to React
meeting on 11/3/2019.
- Fork this repository by clicking on the
Fork
button at top right corner: - After you have forked the repository, clone (your version of the) repos with
git clone https://github.com/<YOUR_GITHUB_USERNAME>/react-todolist
- Go into your cloned directory with
cd react-todolist
- Check out the
starter
branch withgit checkout starter
npm install
npm start