repository
0.0.0-20241113082203-4148f9fb50c8
Repository: https://github.com/wawe/go-app-template.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Go App Template
A template for simple web applications written in Go and JavaScript.
Features
- Basic package structure based on golang-standards/project-layout
- Live reloading static assets during development using lrserver
- Minimal reactive UI framework based on lit-html
- Dockerfile for creating a container
- Unit tests for Go with testing
- Unit tests for JavaScript code with deno
Usage
- Create a new repo from this template
- Replace the module name
github.com/wawe/go-app-template
with the name of your own module in all files - Run
go run ./cmd/dev-server
and begin developing