How to do web development only on mobile

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

Sharing topics

Apps to use ( @apps-to-use )
Console for mobile
Hosting via mobiles

Apps to use

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

Treb edit


This content originally appeared on DEV Community and was authored by Shubham

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

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


This content originally appeared on DEV Community and was authored by Shubham


Print Share Comment Cite Upload Translate Updates
APA

Shubham | Sciencx (2021-12-11T12:18:50+00:00) How to do web development only on mobile. Retrieved from https://www.scien.cx/2021/12/11/how-to-do-web-development-only-on-mobile/

MLA
" » How to do web development only on mobile." Shubham | Sciencx - Saturday December 11, 2021, https://www.scien.cx/2021/12/11/how-to-do-web-development-only-on-mobile/
HARVARD
Shubham | Sciencx Saturday December 11, 2021 » How to do web development only on mobile., viewed ,<https://www.scien.cx/2021/12/11/how-to-do-web-development-only-on-mobile/>
VANCOUVER
Shubham | Sciencx - » How to do web development only on mobile. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/12/11/how-to-do-web-development-only-on-mobile/
CHICAGO
" » How to do web development only on mobile." Shubham | Sciencx - Accessed . https://www.scien.cx/2021/12/11/how-to-do-web-development-only-on-mobile/
IEEE
" » How to do web development only on mobile." Shubham | Sciencx [Online]. Available: https://www.scien.cx/2021/12/11/how-to-do-web-development-only-on-mobile/. [Accessed: ]
rf:citation
» How to do web development only on mobile | Shubham | Sciencx | https://www.scien.cx/2021/12/11/how-to-do-web-development-only-on-mobile/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.