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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I want this but with something like React/Next, any idea? not even sure how to search for it :c
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, visithttp://ip_address:portin your web browser.