http-server
http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development, and learning. Globally via npm npm install --global http-server This will install http-server globally so that it may be run from the command line anywhere.
https://www.npmjs.com/package/http-server