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