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
- Host: GitHub
- URL: https://github.com/zapling/frame
- Owner: zapling
- Created: 2023-08-18T13:55:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T14:55:51.000Z (about 1 year ago)
- Last Synced: 2025-10-10T06:49:15.594Z (4 months ago)
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```