Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 353 Bytes

React workshop week 2

welcome back! this week, we're going to be looking at components and data flow in React. we'll add a feature, fix some bugs, and learn about state and props

getting started

  1. first, clone this repo
  2. then, run npm i
  3. then, run npm run dev

we'll be able to see the page at localhost:5173.