How to send a html website to someone ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to send a html website to someone ?

I have made many games with JS and HTML. Some websites also but I want to ask how to send them to someone. If we try sending link , then html website doesn't have a link on web. How can I share a link or something like that to someone else of my html and JavaScript projects

29th Sep 2020, 3:24 AM
Raghu Rao
Raghu Rao - avatar
2 Answers
+ 14
You can upload projects to github and share them. You can create a simple website and place games on it. Spread the code into different files, and share with the world)
29th Sep 2020, 3:54 AM
Makar Mikhalchenko
Makar Mikhalchenko - avatar
+ 2
You should host it. There are different ways to do this, but I recommend to use GitHub Pages. Upload files, go to settings and enable Pages. Then copy link and you're done.
29th Sep 2020, 4:47 AM
Artem 🇺🇦
Artem 🇺🇦 - avatar