An HU3120 project.
rustup update # >=1.86.0
rustup target add wasm32-unknown-unknown
cargo install trunk --lockedThis will output the files necessary to run your app into the dist folder; you can then use any static site host to serve these files.
To locally deploy:
trunk serve --openTo build a Leptos CSR app for release, use the command:
trunk build --releaseRefer to this for more verbose instructions on how to deploy for production.
- Rewrite current HTML implementation into using leptos' built-in HTML structures.
- Integrate CSS into rust.
- Add more images/GIFs.
- Add some cool interactive shit
- More pages?
- interactive terminal
- mini game(s) (e.g., pong (multiplayer?))
- fibonacci / prime number / something computationally expensive
- live preview of data of some sort
- live chat?