xlgmokha / http-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Open a terminal.
  2. Navigate to a directory that has HTML files. (index.html)
  3. Then start the server:
    $ http-server

About

License:MIT License


Languages

Language:Go 100.0%