Yet another Go project skeleton.
This project is designed as a lightweight, idiomatic starting point for building server-side rendered (SSR) websites in Go.
Clone the repository, navigate to its root, then run:
make setup
Create a .env
file at the project root with the following content:
ENV=local
HOST=127.0.0.1
PORT=8080
During development use two terminals:
make watch-css
make dev