1 :- Make sure that you have install node js in your pc. 2 :- Create a new folder and open it in our vs code. 3 :- Open the terminal then write
npm create vite@latest //it ask some permition like project name,framework,variant.
cd project_name //In this project name what you give the name .
npm install //in this tag auto matically rect componemts are installed.
npm run dev //To start the react program
then a link is automatically genereted in terminal , just falloow the link it open in browser now our project is shown in our browser.