Skip to content

cstevenson98/goFE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goFE

A Go frontend framework. Just because.

Prerequisites

  • go
  • tinygo
  • docker compose

To run

Firstly, build by doing make pokedex. This will write the WebAssembly binary to index/main.wasm. Then, to run the nginx server, docker compose up -d, and navigate to http://localhost/.