main
HTTP Server
A minimal HTTP server. This is meant to help people who are learning HTML, CSS and JavaScript.
Installation
This program is written using the Go programming language.
$ go install github.com/xlgmokha/http-server@latest
Starting the server
- Open a terminal.
- Navigate to a directory that has HTML files. (index.html)
- Then start the server:
$ http-server