Added README.md

main
Selim Eser 2024-12-28 18:27:30 +01:00
parent 54e6312e19
commit 81c086e2c5
2 changed files with 17 additions and 7 deletions

View File

@ -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

View File

@ -1,10 +1,10 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CONNECT4 in React</title>
<title>CONNECT4</title>
</head>
<body>
<div id="root"></div>