DEV Community

Discussion on: Access Localhost from Smartphone with help of VS Code and Live Server

Collapse
 
8koi profile image
Hachikoi

I want this but with something like React/Next, any idea? not even sure how to search for it :c

Collapse
 
bkanhu profile image
B Kanhu Charan

Hey, this method is also applicable to React/Next JS. You won't require Live server in this case, as you can simply use npm run dev. To access the application from another device, visit http://ip_address:port in your web browser.