Skip to content

Zhachory1/base_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published