H
H
habrdima2016-10-16 14:51:25
JavaScript
habrdima, 2016-10-16 14:51:25

Website test on a smartphone without hosting, how to do it?

I use the Breckets editor, there you can turn on the Chrome browser and test the site directly, this is convenient especially if you are a beginner and still don’t know what will happen if you write a certain code .. The
question is, is it possible to connect to the browser on a smartphone in a similar way? for example, use a computer as hosting and transfer data from the computer to a special address through a router, from the editor to the browser, bypassing the Internet. Now I use free hosting, but it is miserable, ftp is interrupted, it is not possible to use it normally (

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
iBird Rose, 2016-10-16
@iiiBird

raise the local server through open server. and you will find many instructions on how to set up access to local sites from outside. for example this open-server.ru/docs/#vneshnij-dostup

R
Rafael™, 2016-10-16
@maxminimus

works on a regular Wi-Fi router:
the local web server issues the site at - http://localhost:XXXX/
in the smartphone browser you enter - 192.168.100.Y:XXXX

A
Alexander Korotaev, 2016-10-16
@lekzd

I use https://ngrok.com/ , free features are enough for such tests

A
Anton Dyrkov, 2016-10-16
@kavi4

if you are familiar with github, then github.io ( https://pages.github.com/ )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question