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

https://github.com/razshare/frizzante-example-persistent-forms


https://github.com/razshare/frizzante-example-persistent-forms

Last synced: 9 months ago
JSON representation

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.