Skip to content

griffithsh/go-ui-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UI experiments in Go

Goals

I want to be able to run a command to compile a static binary that includes ...

  • html
  • javascript
  • images

... so that distribution is simple.

I want a command to launch the UI in Chrome so that I can debug complicated UI javascript issues.

aop-level-editor

Install with:

go install ./tools/... && go generate ./... && go install ./cmd/aop-level-editor/...

Run the dev version with:

dev-server -db /path/to/database/file -root /path/to/client/src

About

Playing around with Golang UIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published