How do I code here in solo learn and turn it into an actually application I can access without opening solo learn? 🤧 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do I code here in solo learn and turn it into an actually application I can access without opening solo learn? 🤧

8th Feb 2019, 10:49 PM
Edward Ndiyo
Edward Ndiyo - avatar
2 Answers
+ 3
The only way to do that is to code and build apps using an IDE or using a text editor plus the associated compiler (interpreted languages like python don't need a compiler). If you are building web pages, a text editor and browser are all you need (make sure you save the file with the proper extensions e.g. .html, .css, .js).
9th Feb 2019, 4:09 AM
Lambda_Driver
Lambda_Driver - avatar
+ 1
Thanks alot
11th Feb 2019, 10:55 AM
Edward Ndiyo
Edward Ndiyo - avatar