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
- Host: GitHub
- URL: https://github.com/emarifer/lustre_app
- Owner: emarifer
- Created: 2024-12-23T17:20:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T10:04:09.000Z (over 1 year ago)
- Last Synced: 2025-04-12T06:58:36.188Z (about 1 year ago)
- Topics: beam, beam-vm, elm-architecture, erlang, gleam, gleam-lang, lustre, spa
- Language: Gleam
- Homepage: https://emarifer.github.io/lustre_app/
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lustre_app
[](https://hex.pm/packages/lustre_app)
[](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
```