Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yurrriq/gleam-playground
https://github.com/yurrriq/gleam-playground
elli erlang gleam http
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yurrriq/gleam-playground
- Owner: yurrriq
- License: mit
- Created: 2020-05-20T23:00:48.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-21T01:26:19.000Z (over 4 years ago)
- Last Synced: 2024-11-17T07:29:25.387Z (2 months ago)
- Topics: elli, erlang, gleam, http
- Language: Nix
- Homepage: https://gleam.run
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello_gleam
A simple [elli][1]-based hello world app, written in [Gleam][2].
## Quick start
```sh
# Build the project
rebar3 compile# Run the eunit tests
rebar3 eunit# Run the Erlang REPL
rebar3 shell# Build the release
rebar3 release
```[1]: https://github.com/elli-lib/elli
[1]: https://github.com/gleam-lang-gleam