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

https://github.com/emarifer/lustre_app

Testing Gleam's Lustre Framework
https://github.com/emarifer/lustre_app

beam beam-vm elm-architecture erlang gleam gleam-lang lustre spa

Last synced: about 2 months ago
JSON representation

Testing Gleam's Lustre Framework

Awesome Lists containing this project

README

          

# lustre_app

[![Package Version](https://img.shields.io/hexpm/v/lustre_app)](https://hex.pm/packages/lustre_app)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/lustre_app/)

```sh
gleam add lustre_app@1
```
```gleam
import lustre_app

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
```