DEV Community

Discussion on: Free hosting for developers.

Collapse
 
bayuangora profile image
Bayu Angora

How to host on Surge via mobile?

Collapse
 
sasicodes profile image
Sasidharan

Where's your website code, in PC or mobile?

Collapse
 
bayuangora profile image
Bayu Angora

My code is on GitHub repo.

Thread Thread
 
sasicodes profile image
Sasidharan

Use netlify to host from github

Thread Thread
 
bayuangora profile image
Bayu Angora

Yes, I use Vercel, Render, Netlify, etc. But I just curious if I can use Surge via mobile too.

Thread Thread
 
sasicodes profile image
Sasidharan

If it is possible to use the terminal in your mobile, you can serve through surge.sh.

$npm install --global surge

Then
$ surge
it.