DEV Community

Discussion on: Free hosting for developers.

 
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.