How to make local host for my designed html web? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to make local host for my designed html web?

11th Mar 2017, 1:08 AM
Kirollos Ayman
12 Answers
+ 5
i guess you have to use filezilla
11th Mar 2017, 1:22 AM
nouha coding girl
nouha coding girl - avatar
+ 3
thx for your answer
11th Mar 2017, 1:35 AM
Kirollos Ayman
+ 2
if I make web server I can change any image and some text?
11th Mar 2017, 1:34 AM
Kirollos Ayman
+ 2
You can also see wamp xampp or see PHP's in-built server An explanation of the in-built server is found at : http://wp.me/p7UB6x-oK
11th Mar 2017, 1:43 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 2
thanks
11th Mar 2017, 1:44 AM
Kirollos Ayman
+ 2
One thing, you don't need a web server to try out html. To change images and text js does it. Also try jquery for quicker and better results. You just write your html css and js code, save it in one .html file to begin with and click on it, you will see your page !
11th Mar 2017, 1:47 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 2
no I want to make my friends see my web by open it from its link and their data that they entered in textbox saved and I can see their data so I need to make server for my web but after I make server for my web I need to change some image and text
11th Mar 2017, 7:21 AM
Kirollos Ayman
+ 2
thanks for your answer yadagalla
12th Mar 2017, 6:35 PM
Kirollos Ayman
+ 1
install xampp and put your script inside htdocs folder and access through localhost
11th Mar 2017, 2:53 PM
Nithin
Nithin - avatar
0
What system are you using? Windows, MacOS or Linux? For whichever one, start by looking at Apache2 or Nginx. Either one will give you a webserver that you can use as localhost.
11th Mar 2017, 1:20 AM
Jehad Al-Ansari
Jehad Al-Ansari - avatar
0
Use XAMP,MAMP,WAMP for Windows Mac and Palpa Web Server for Android (available on play store)
11th Mar 2017, 6:16 AM
Vishal Prajapati
0
for Linux: $ sudo apt-get install nodejs-legacy $ sudo apt-get install npm $ sudo npm install http-server $ cd path/to/project-with-index.html as root $ http-server for windows install from nodejs.org and type from 3rd command
12th Mar 2017, 2:34 PM
Yadagalla Jaswanth Kumar
Yadagalla Jaswanth Kumar - avatar