blob: 12a849ef1afa499b6758c139a04715363e802587 (
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/xlgmokha/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
```
|