An open API service indexing awesome lists of open source software.

https://github.com/zapling/frame

Experimental cli tool to help write front-end applications with Go
https://github.com/zapling/frame

Last synced: 11 days ago
JSON representation

Experimental cli tool to help write front-end applications with Go

Awesome Lists containing this project

README

          

# frame 🖼️

_No, your application does not need to be renderd by javascript on the fly_

Experimental cli tool to help write front-end applications in Go with the power of the [templ](https://github.com/a-h/templ) language.

# Features

- `frm init` Bootstrap a new project
- `frm serv` Run a local development server, rebuilds and restarts your application on file changes

# Installation

```
go install github.com/zapling/frame@latest
```