VS Code on my Phone (How I did it)

adriantwarog

Adrian Twarog

Posted on December 3, 2020

VS Code on my Phone (How I did it)

I setup vscode on my mobile and started coding. Normally programming like this is only possible on a desktop.

But there is a great way to start doing HTML, CSS, JS right on your phone, tablet, via WiFi or Internet!

This was fun!

This was used with the package: Code Server
https://github.com/cdr/code-server

It can be done with literally two lines of code:
Installation:



curl -fsSL https://code-server.dev/install.sh | sh


Enter fullscreen mode Exit fullscreen mode

Bring it online:



code-server --link


Enter fullscreen mode Exit fullscreen mode

Of course, if you don't have a physical machine, you can still run this up on a free Amazon and Google cloud platform on the free tier. This allows you to run VS Code on iPad, iPhone, Android, etc.

I have a full video that is covering the whole setup if you're interested.

Here is the Twitter post which went off with lots of comments!!!

Follow and support me:

Special thanks if you subscribe to my channel :)

Want to see more:

I will try to post new great content every day. Here are the latest items:

💖 💪 🙅 🚩
adriantwarog
Adrian Twarog

Posted on December 3, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

VS Code on my Phone (How I did it)
webdev VS Code on my Phone (How I did it)

December 3, 2020