Skip to content

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

Notifications You must be signed in to change notification settings

andreaslind31/hello-bud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published