Explore >> Select a destination


You are here

conoroneill.net
| | logr.cogley.info
4.1 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.
| | ericlathrop.com
2.8 parsecs away

Travel
| | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.
| | bill.burkecentral.com
1.9 parsecs away

Travel
| | Quarkus Playen 1.0.0 is released! Live coding with your development cluster Temporarily route requests to a service in a cluster to your laptop or to a temporary pod. This allows you to develop realtime with a developmentcluster so that you can see your service in action with the rest of your deployed service mesh. https://github.com/quarkiverse/quarkus-playpen/tree/1.0.0
| | www.claudiokuenzler.com
19.0 parsecs away

Travel
| ck :: yet another tech-blog