Web Server One-Liners
While doing some HTML/Javascript development I came across this Big List of HTTP Static Server One Liners.
For example, to quickly stand up a web server using Node.js, first install http-server globally with the Node Package Manager: