blob: e9c6e118185128dd5d6b09560ed480f96077a4db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
```
|