# 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](https://golang.org/) programming language. ```bash $ go install github.com/xlg-pkg/http-server@latest ``` ## Starting the server 1. Open a terminal. 1. Navigate to a directory that has HTML files. (index.html) 1. Then start the server: ```bash $ http-server ```