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

https://github.com/jessekoldewijn/gleamwisptestapp

Test application which showcases a core setup of Gleam w/ the Wisp http library
https://github.com/jessekoldewijn/gleamwisptestapp

gleam gleam-lang web wisp

Last synced: 3 months ago
JSON representation

Test application which showcases a core setup of Gleam w/ the Wisp http library

Awesome Lists containing this project

README

        

# gt_gleam_app

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```