/hello-bud

Trying out Bud - a full-stack web framework for Go. With some svelte files.

Primary LanguageSvelte

Trying out

Bud - The Full-Stack Web Framework for Go

how to

- create stuff

project:

bud create hello-bud

controllers with views:

  • Scaffold a new post controller with only the index and show actions
bud new controller post index show
  • Scaffold a new post controller at the root route
bud new controller post:/

- run

bud run

For more info: bud documentation