From 8657654aef3cfcd08df49ca5d648264d15c74aef Mon Sep 17 00:00:00 2001 From: Sunny Zanchi Date: Thu, 5 Dec 2024 15:03:04 -0500 Subject: [PATCH] update README --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f768e33..dffd810 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# React + Vite +# React workshop week 3 -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +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 -Currently, two official plugins are available: +## 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](http://localhost:5173). -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh