https://github.com/bigardone/gleam-todo-app
Source code from following this tutorial https://gleaming.dev/articles/building-your-first-gleam-web-app/
https://github.com/bigardone/gleam-todo-app
gleam-lang
Last synced: 2 months ago
JSON representation
Source code from following this tutorial https://gleaming.dev/articles/building-your-first-gleam-web-app/
- Host: GitHub
- URL: https://github.com/bigardone/gleam-todo-app
- Owner: bigardone
- Created: 2024-05-04T08:51:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T14:05:51.000Z (about 1 year ago)
- Last Synced: 2025-02-08T10:26:01.128Z (4 months ago)
- Topics: gleam-lang
- Language: Gleam
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app
[](https://hex.pm/packages/app)
[](https://hexdocs.pm/app/)```sh
gleam add app
```
```gleam
import apppub 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
gleam shell # Run an Erlang shell
```