To install React using Vite, we use npm create vite@latest,
Specify Project name like 'react-app
Select a framework?react
Select a variant ?javascript
Install with npm and start now? yes
rest vite will take care like Installing dependencies with npm and ready your local development
VITE v8.0.8 ready in 3039 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help