Tag: command line
-
Set up fast simple http or https server for tests
In case you ever wanted to test simple web page, just html with or even without javascript and for whatever reason it needs to run on web server instead of opening file in the browser, there’s no need to setup big full servers like IIS (Internet Information Services), Apache or Nginx. Sometimes just fast command…