Example demonstrating how one might architect a single page application Elm app with Rust as the backend.
Find a file
2025-01-31 21:11:45 +06:00
backend term now supported and subcriptions now properly lifted 2025-01-26 16:12:06 -05:00
frontend prevent tab as well 2025-01-31 21:11:45 +06:00
.gitignore Add flake 2025-01-04 00:56:19 +02:00
default.nix Add flake 2025-01-04 00:56:19 +02:00
flake.lock Add flake 2025-01-04 00:56:19 +02:00
flake.nix Add flake 2025-01-04 00:56:19 +02:00
LICENSE Add LICENSE 2025-01-28 11:33:08 +00:00
Makefile term now supported and subcriptions now properly lifted 2025-01-26 16:12:06 -05:00
README.md Add licensing information 2025-01-28 11:33:47 +00:00
shell.nix Add flake 2025-01-04 00:56:19 +02:00

About

Example demonstrating how one might architect a single page application Elm app.

Licensed under GPLV3.

Building

nix-shell
make serve RELEASE=1 # can also do DEBUG=1 instead

Now open http://127.0.0.1:8080 in your browser.

TODO

  • Address compiler warnings.