diff options
author | Pedro Machado <machadop1407@gmail.com> | 2025-06-23 16:50:43 -0700 |
---|---|---|
committer | Pedro Machado <machadop1407@gmail.com> | 2025-06-23 16:50:43 -0700 |
commit | eb0eed40d780ccd81d8e0fe956e288c1724f1883 (patch) | |
tree | 8df03b483e3701e99f9df527723c977766b8315a /README.md |
first commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f768e33 --- /dev/null +++ b/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 |