Skip to content

Website template programmed in GO using postgresql

Notifications You must be signed in to change notification settings

Ception/arcane-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Website template programmed in GO using postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages