/gostrap

Simple Go & Bootstrap template for web applications

Primary LanguageGo

GoStrap

Simple Go & Bootstrap base template for web applications.

Template based on what i learned from reading the book Let's GO

⚠️ Warning, many rookie mistakes inside. use with caution.** ⚠️

Usage:

Examples for compilation or execution.

Compilation

go build ./cmd/web/

Execution

./web -addr="localhost:3000"