summaryrefslogtreecommitdiff
path: root/front-end/README.md
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2025-10-06 14:29:43 +0300
committerA Farzat <a@farzat.xyz>2025-10-06 14:29:43 +0300
commitcbed467589d74022c4a1b49167d237d85663ab96 (patch)
tree1bb33cb7314c416f68cd3726530f61192bfeb2ff /front-end/README.md
parentc9205f0fc12a357a45b9ade1dd4077d4c37acd01 (diff)
downloadcsca5028-cbed467589d74022c4a1b49167d237d85663ab96.tar.gz
csca5028-cbed467589d74022c4a1b49167d237d85663ab96.zip
Add the front-end component
Diffstat (limited to 'front-end/README.md')
-rw-r--r--front-end/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/front-end/README.md b/front-end/README.md
new file mode 100644
index 0000000..7059a96
--- /dev/null
+++ b/front-end/README.md
@@ -0,0 +1,12 @@
+# 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) uses [Babel](https://babeljs.io/) for Fast Refresh
+- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
+
+## Expanding the ESLint configuration
+
+If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.