beginner —> First Website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

beginner —> First Website

I would like to create a first easy very simple website now that i learned some basics. As I continue to learn I would love to use it as a playground. Which platform would you recommend for the hosting, etc..? Thx!

27th Dec 2018, 9:45 PM
Teobald
3 Answers
+ 3
If you're just going to use it to experiment, you can play locally without the need for a host; for HTML/JS/CSS you don't need any server, just put the files in a folder and load it up in your browser (file://[folder/file], or drag/drop your htm/html file on a browser) for PHP, install LAMP (here's a reference, but there are others; https://ampps.com/download ) if you want it to be publicly available, there are numerous free hosts out there with variable options (php, asp, etc.), storage space, domain support, etc. It really depends on your needs. If you're ok with small fees, Godaddy is one among thousands with fair rates and support. Good luck : )
27th Dec 2018, 9:53 PM
Claude Desjardins
Claude Desjardins - avatar
+ 1
For single page application, SL sure is enough. Buy a hosting kinda overkill for a practice, using a free plan has some limitation (like will deleted if has no visitor or something) Do you really want to upload it on the net ? If dont, you can set up a local enviroment in your device
27th Dec 2018, 9:54 PM
Taste
Taste - avatar
0
merci Claude Desjardins and Taste , i think I’ll just start locally then!
27th Dec 2018, 9:56 PM
Teobald