Skip to content

CodingShower

  • Home
  • About
Skip to content

CodingShower

All Things Software

Tag: node

Serve Local Files and Folders from any Directory with Node Based Web Server

Posted on February 5, 2022March 13, 2022 by Rick

A lot of times we just want to quickly serve a directory full of static assets over a web server so that we could quickly do some testing in the browser. Instead of setting up a full blown web server like Apache or Nginx and configuring it accordingly, we could simply use the http-server Node.js […]

0