Explore >> Select a destination


You are here

www.matsimitsu.com
| | danielms.site
0.9 parsecs away

Travel
| | I build things and drink coffee.
| | logr.cogley.info
5.2 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.
| | www.alistairshepherd.uk
5.1 parsecs away

Travel
| | How you can use Vercel to set up your own GeoIP API service with no rate limits, payment plans or tracking!
| | henriqueleite42.com
27.1 parsecs away

Travel
| When working on interactive websites, we constantly face the challenge of defining if something should be executed on the server or in the client, but how do we decide it? This article will help you know how. This article does not applies to SPAs. ...