Screen.Recording.2026-01-14.at.17.05.05.mov
Mazer is a Admin Dashboard Template that can help you develop faster. Made with Bootstrap 5. No jQuery dependency.
Go-Mazer is another version of Mazer that is built using Go (Golang) Templ and Fiber.
- Go Fiber v2 & Go Templ
- BunJS & Vite
- Esbuild for building assets - https://esbuild.github.io
- Docker (optional)
- Frontend Dashboard
-
Clone the repository:
git clone https://github.com/ansufw/go-mazer.git cd go-mazer -
Install dependencies:
bun install go mod tidy
-
Run the development server:
- Start the frontend build in watch mode:
bun run dev
- Start the backend server with Air (live reload):
air
- Start the frontend build in watch mode:
-
Build frontend assets:
bun run build
-
Build the Go binary:
go build -o bin/server cmd/main.go
after cloned the repository, you can run the following command to start the server:
docker run --rm -p 8080:8080 $(docker build -q -f Containerfile .)
This project is licensed under the MIT License.
This project uses the Mazer Admin Template, which is licensed under the MIT License.
- Project: Mazer
- Author: zuramai
- Source: https://github.com/zuramai/mazer
- License: MIT License
The original copyright notice and license text from the Mazer project are included in this repository.