From 81c086e2c51bb331dd85a2b5fe0b1e72b94930eb Mon Sep 17 00:00:00 2001 From: Selim Eser <2211482@stud.hs-mannheim.de> Date: Sat, 28 Dec 2024 18:27:30 +0100 Subject: [PATCH] Added README.md --- README.md | 20 +++++++++++++++----- index.html | 4 ++-- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f768e33..f5d3e99 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ -# React + Vite +# CONNECT4 -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +Build in React within Vite. -Currently, two official plugins are available: +## How to execute dev server -- [@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 +> Make sure node is installed. + +### shell> + +npm install vite +npm run dev + +> Now hold [cmd] or [ctr] and click on the URI + +## Dev + +Selim diff --git a/index.html b/index.html index 76d0971..1384554 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ - + - CONNECT4 in React + CONNECT4