/SimpleHTMLWebServer

Simple HTML Web Server, access HTML, JPGs, PNGs, GIF, Fonts through localhost - for prototyping websites

Primary LanguageJavaScriptMIT LicenseMIT

SimpleHTMLWebServer

Simple HTML Web Server, access HTML, JPGs, PNGs, GIF, Fonts through localhost - for prototyping websites

Requires NodeJS To launch simple click the file "0---start-cmd-here---0" to open up command prompt/console and type node simpleWebServer.js or launch with pm2 if you have it.

Web server will only access files from this folder, it will attempt to launch an index.html - given that you have such file in the folder you launched it - if not, you can go directly to any file inside that folder ie: localhost or localhost/index.html or localhost/cats.jpg etc, etc