View Your React app on your phone
Step1
You need to be connected to the same wifi that you laptop is connected to
Step2
go to your vite.config.js
add server:{
host:true,
}
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
ex...
ayoubblog.com1 min read