Example demonstrating how one might architect a single page application Elm app with Rust as the backend.
Find a file
2024-12-31 20:50:26 -05:00
backend gtting closer, now must support ports 2024-12-31 20:50:26 -05:00
frontend gtting closer, now must support ports 2024-12-31 20:50:26 -05:00
.gitignore gtting closer, now must support ports 2024-12-31 20:50:26 -05:00
Makefile gtting closer, now must support ports 2024-12-31 20:50:26 -05:00
README.md gtting closer, now must support ports 2024-12-31 20:50:26 -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
  • Add GPLV3 License
  • Determine if src/Body.elm or pages in src/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