https://github.com/razshare/frizzante-example-persistent-forms
https://github.com/razshare/frizzante-example-persistent-forms
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/razshare/frizzante-example-persistent-forms
- Owner: razshare
- License: apache-2.0
- Created: 2025-09-26T10:19:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-26T11:08:53.000Z (9 months ago)
- Last Synced: 2025-09-26T12:23:24.870Z (9 months ago)
- Language: Go
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this?
This is a todo list application
# Get Started
Configure project
```sh
frizzante --configure
```
Start development mode with
```sh
frizzante --dev
```
# Build
Build for production with
```sh
frizzante --build
```
This will create a standalone `.gen/bin/app` binary file.