Skip to content

livefir/fir

Folders and files

NameName
Last commit message
Last commit date
Feb 25, 2024
Mar 2, 2024
Mar 3, 2024
Feb 2, 2024
Feb 18, 2024
Feb 29, 2024
Feb 2, 2024
Jun 11, 2022
Dec 2, 2022
Jul 16, 2022
Jun 13, 2022
Jul 5, 2023
Jun 10, 2022
Jun 13, 2022
Feb 3, 2024
Feb 3, 2024
Mar 3, 2024
Mar 2, 2024
Jan 29, 2024
May 18, 2023
Feb 25, 2024
Feb 25, 2024
Feb 29, 2024
Feb 2, 2024
Jul 5, 2023
Feb 29, 2024
Feb 29, 2024
Jan 29, 2024
Jun 19, 2023
Feb 29, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Mar 2, 2024
Feb 18, 2024
Feb 29, 2024
Feb 15, 2024
Jul 5, 2023
Jun 9, 2023
Jul 5, 2023
Feb 29, 2024
Feb 2, 2024
Mar 3, 2024
Feb 25, 2024
May 31, 2023

Repository files navigation

Fir

Go Reference npm version

A Go toolkit to build reactive web interfaces using: Go, html/template and alpinejs.

Demo & Quickstart

Examples

How it works

You don't need this to get started but the the cli can be used to generate the boilerplate:

go run github.com/livefir/fir/cli gen project -n quickstart // generates a folder named quickstart
cd quickstart
go run main.go
open localhost:9867

go run github.com/livefir/fir/cli gen route -n index // generates a new route

Community