Example demonstrating how one might architect a single page application Elm app with Rust as the backend.
Find a file
2024-12-30 18:04:52 -05:00
src I think we've now hit what one might consider to be a good baseline 2024-12-30 18:04:52 -05:00
.gitignore first commit 2024-12-28 21:09:53 -05:00
elm.json first commit 2024-12-28 21:09:53 -05:00
index.html first commit 2024-12-28 21:09:53 -05:00
Makefile first commit 2024-12-28 21:09:53 -05:00
optimize.sh now also using url in debug mode but browser nav link does not seem to be changing 2024-12-30 13:15:06 -05:00
README.md I think we've now hit what one might consider to be a good baseline 2024-12-30 18:04:52 -05:00

About

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

Dependencies MacOS

brew install node elm
npm install -g uglify-js@2.4.11

Building

make serve

Now open http://localhost:8000 in your browser.

TODO

  • Add Makefile
  • Determine if src/Body.elm or pages in sr/Page should have subscription functions
  • use actix backend that maps most root requests to serve actix_file::Files
  • Submit to slack for feedback...
  • Refactor into router page
  • Handle back-navigation
  • Add default.nix