Links

Tailwind

If you'd like to style your HTML pages with Tailwind, use the go:tailwind frontend stack -
$ copper create -frontend=go:tailwind github.com/nasa/starship
Run the server -
$ cd starship
$ copper run -watch
In a separate terminal window, run the Tailwind server -
$ cd starship/web
$ npm run dev
Last modified 8mo ago