Zhachory1 / base_website

Super simple website with a Go Web Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Website

Super simple website using responsive CSS and a GoLang server.

Requirements

Since the server I am using is a go server, you need to make sure you computer is capable of building GO.

Currently, this is SUPER simple, so we build the binary and the binary expects the same file structure as it was build in.

To Build

Run the following commands to build and run the server

go build server/main.go;
./main;

Then you can go to localhost:8080 to see the basic webpage.

About

Super simple website with a Go Web Server

License:Apache License 2.0


Languages

Language:HTML 75.7%Language:Go 24.3%