Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 396 Bytes

React workshop week 3

welcome back! this week, we're going to be looking at the different ways to handle styling in a React app. we'll talk about inline CSS and plain CSS stylesheets, CSS-in-JS, Tailwind, and CSS modules

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.