Skip to content

ansufw/go-mazer

Repository files navigation

Go-Mazer

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.

Requirements

Features

  • Frontend Dashboard

Usage

Development

  1. Clone the repository:

    git clone https://github.com/ansufw/go-mazer.git
    cd go-mazer
  2. Install dependencies:

    bun install
    go mod tidy
  3. Run the development server:

    • Start the frontend build in watch mode:
      bun run dev
    • Start the backend server with Air (live reload):
      air

Production Build

  1. Build frontend assets:

    bun run build
  2. Build the Go binary:

    go build -o bin/server cmd/main.go

Using Docker

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 .)

License

This project is licensed under the MIT License.

Third-Party Licenses

This project uses the Mazer Admin Template, which is licensed under the MIT License.

The original copyright notice and license text from the Mazer project are included in this repository.

About

admin dashboard build with go-fiber + templ

Resources

Stars

Watchers

Forks