Explore >> Select a destination


You are here

benhoyt.com
| | laihoconsulting.com
3.0 parsecs away

Travel
| | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast.
| | www.chrisritchie.org
1.1 parsecs away

Travel
| | Kagi sees an opportunity to index the indieweb.
| | simpleprogrammer.com
2.3 parsecs away

Travel
| | A detailed comparison of Node.JS vs ASP.NET with an overview, pros & cons of both the languages and key differences
| | logr.cogley.info
30.6 parsecs away

Travel
| Many static site generators like Hugo have a built in dev web server. If you are just building some html with css, and need a simple solution to serve the files from any folder, you have a few solutions. See a couple of options: Node.js users can install and run http-server: 1 2 3 4 npm install -g http-server cd /path/to/my/working/folder http-server --help http-server Visit http://localhost:8080 and look at the help to change the port.