Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 705 Bytes

Getting Started with Create React App

This project was created with Create React App

Setup

  • Git clone this repo
  • Run npm install to install all the dependencies listed in package.json
  • Run npm run start to start the local development server

Branches

Check out the different branches to see how this repo evolved over a week of React lectures

  • (main) React components & props
  • (react-state) React state with useState & useEffect
  • (react-lifting-state) React lifting state
  • (react-router) Reacter router

You can see the changes from day to day in the "Pull Requests" in this repo