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 uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
------------CREAR PROJECTO REACT PASO 1 npm create vite@latest Carpeta PASO 2 ir a la carpeta PASO 3 npm install npm run dev PASO 4 code . PASO 5 limpiar ejemplos
--GIT-----PRIMERA VEZ git init git branch -M main git remote add origin https://github.com/dirsis/ti-react.git git add * git commit -m "first commit" git push -u origin main ----VERSION X git add * git commit -m "Version x" git push