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
- Host: GitHub
- URL: https://github.com/jessekoldewijn/gleamwisptestapp
- Owner: JesseKoldewijn
- Created: 2024-03-12T09:57:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T12:38:53.000Z (about 1 year ago)
- Last Synced: 2025-01-13T05:07:32.073Z (4 months ago)
- Topics: gleam, gleam-lang, web, wisp
- Language: Gleam
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```