Website deployment. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Website deployment.

Please, is it possible to deploy a website without using any framework?

11th Feb 2020, 1:41 PM
Appau Domfe Kwame
Appau Domfe Kwame - avatar
10 Answers
+ 2
Yes, you only need to upload your HTML, CSS and JS files to a web host. Try Github Page, it's free and reliable.
11th Feb 2020, 3:49 PM
Gordon
Gordon - avatar
+ 4
What do you mean by framework?
11th Feb 2020, 1:41 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 2
Do we need framework to deploy websites? We can create websites by using framework like Angular, React, Vue. But do we need framework to deploy website?
11th Feb 2020, 5:05 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 1
If you want to use Github Page feature, you need to use a computer, or change to "desktop view" in your mobile browser. Because you don't know how to use command prompt, there is buttons for uploading your files or text editor. Step 1: Sign up Step 2: Create repository, just like a folder on your computer. Step 3: Choose upload file. Step 4: You need to name the file index.html Step 5: If you cannot upload, use their text editor and copy and paste HTML codes into it. and then click Commit to main branch. Step 6: Go to setting of the repository (This is where you need desktop view). Step 7: Scroll down, find the Github Page option. Choose yesyesyes. Step 8: It will gives you a web address. It cannot be used immediately. Wait for a while, about 10 to 20 minutes for their server to setup your website. After that, you can visit your website with the web address. It is very easy. Take for example, this is my Github repository : https://github.com/gorgorgordon/MySoloLearnCodes and this is my website at Githu
12th Feb 2020, 8:57 AM
Gordon
Gordon - avatar
+ 1
.. continue after word limit exceed.... this is the website : https://gorgorgordon.github.io/MySoloLearnCodes/
12th Feb 2020, 9:25 AM
Gordon
Gordon - avatar
0
Jan Markus , thank you.
12th Feb 2020, 8:35 AM
Appau Domfe Kwame
Appau Domfe Kwame - avatar
0
Aymane Boukrouh , by framework I mean an integrated platform for htlm, CSS and JavaScript. For example react, Vue Django Visual studio, etc.
12th Feb 2020, 8:39 AM
Appau Domfe Kwame
Appau Domfe Kwame - avatar
0
🇮🇳Vivek🇮🇳 , I was wondering because I have come across it several times in my pursuit of web development. I think it should not be part of my worries now.
12th Feb 2020, 8:44 AM
Appau Domfe Kwame
Appau Domfe Kwame - avatar
0
Gordon, thanks. As I am new to website development and with no computer science background, can I manage a GitHub account?
12th Feb 2020, 8:50 AM
Appau Domfe Kwame
Appau Domfe Kwame - avatar
0
yes
1st Dec 2020, 7:49 AM
Abraham Bright Chimezie
Abraham Bright Chimezie - avatar