Go Templates

Create a project that uses Go templates for frontend, use the go frontend stack -

$ copper create -frontend=go github.com/nasa/starship

Run the server -

$ cd starship
$ copper run -watch

Open http://localhost:5901

Last updated