Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 408 Bytes

Arcane Web

This webapp is built in GO.

How to run in VSCode or Command Line

go run [class.go] to run single file.
go run [.] to run all dependancies / files required.

Build & Run app

go build [.] && run [.]

Add FRESH package for hot/live reloading

go get github.com/pilu/fresh@latest

Start FRESH through terminal in SRC folder where [main.go] is located - Command: [fresh]