From 6ae8c845f34a327971d8dab4cfc1538c27e6e8c4 Mon Sep 17 00:00:00 2001 From: Sahil-Gujrati Date: Fri, 29 Mar 2024 21:42:21 +0530 Subject: [PATCH] docs: Update README --- client/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 client/README.md diff --git a/client/README.md b/client/README.md new file mode 100644 index 0000000..f768e33 --- /dev/null +++ b/client/README.md @@ -0,0 +1,8 @@ +# React + Vite + +This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. + +Currently, two official plugins are available: + +- [@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