DEV Community

Cover image for How to do web development only on mobile
ShGI
ShGI

Posted on • Updated on • Originally published at sgi-capp-at2.github.io

How to do web development only on mobile

Hey there today I am sharing how I created boosted notes in mobile only.

Sharing topics

  1. Apps to use ( @apps-to-use )
  2. Console for mobile
  3. Hosting via mobiles (in next blog)

Apps to use

There are many code editors on mobile I'll share two of them.

  1. Treb edit TrebEdit app logo Teb edit is best app to use for web development on mobile. PROS:- Better syntax highlight Better app experience JavaScript console CONS:- No local server
  2. Spck Spck code Spck is better to use if you are working with git. PROS:- Support git Zip file extraction Intellisense Local server support CONS:- No better responsiveness.

console in mobile

You can use eruda console which is very simple to use in mobile.

Let's try it

  • First open any website on you browser (you've already opened this page)
  • Enter following code in address bar
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();

demo images of console

image of eruda button


image of console eruda

Top comments (12)

Collapse
 
zippcodder profile image
Deon Rich

If you're gana develop on mobile, I highly recommend UserLAnd. It allows you to run virtual Linux distros, and even comes with Git and a bunch of other programs build in. Just start up your preferred distribution, then you can install a text editor like vim on it, and then node and npm. It's basically the whole package - https://www.google.com/search?q=userland&oq=userLa&aqs=chrome.1.69i57j0i512l6j0i10i512j0i512.4696j0j7&client=ms-android-blu-rev2&sourceid=chrome-mobile&ie=UTF-8

Collapse
 
shubham_ingale profile image
ShGI • Edited

Thanks for information

I've written this blog for beginners. who are not familiar with Linux,termux and all.

Thanks ,
Shubham

Collapse
 
arnavkr profile image
Arnav Kumar • Edited

Nice post

i have already used all of them 😅

btw you forgot termux

Collapse
 
shubham_ingale profile image
ShGI

Treb Edit was referred by you to me.

Collapse
 
arnavkr profile image
Arnav Kumar

but now i switched to SPCK Editor

Thread Thread
 
shubham_ingale profile image
ShGI • Edited

In my mobile spck is not working properly
When I open sidebar the glitch occurs (the entire screen become black)

Thread Thread
 
arnavkr profile image
Arnav Kumar

tried updating or reinstalling it?

Thread Thread
 
shubham_ingale profile image
ShGI

I've installed 2 times both the time glitch occurred.

Collapse
 
coderrohit profile image
coderRohit1 • Edited

view-source:
This prefix can be use for getting source code of any web page in chrome.
Example - view-source:url

Collapse
 
shubham_ingale profile image
ShGI

Thanks for information

Collapse
 
coderrohit profile image
coderRohit1

Acode is better than treb edit.

Collapse
 
shubham_ingale profile image
ShGI

sgi-capp-at2.github.io/

Also check my portfolio.