Turn your laptop into a Web Server to serve static files in minutes with Node Js and Http-server

Опубликовано: 01 Октябрь 2024
на канале: Hussein Nasser
18,481
293

💻 More Software engineering videos    • Software Engineering by Example  


In this video, we will learn how to install nodejs and turn your laptop or computer into a mini web server serving static HTML/Javascript/css this is a great tool and quick way for development especially for writing javascript. Instead of double-clicking your HTML file to open, you will host web server instead so you can access it from other machines too.


npm install http-server -g

cd folder_with_html_files

http-server .


HTTP-Server node, setup http-server node, static html file web server, setup webserver quick, nodejs webserver


Stay Awesome!
Hussein