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
- first, clone this repo
- then, run
npm i
- then, run
npm run dev
we'll be able to see the page at localhost:5173.