You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. Create a new React project using Vite
npm create vite@latest "Youer_Projet_Name"# 2. Move into the project foldercd"Youer_Projet_Name"# 3. Install dependencies(Node)
npm install
# 4. Start the development server
npm run dev