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
- 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
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
- Spck
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
This content originally appeared on DEV Community and was authored by Shubham
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/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.

