This is a Rust server app written with (tide) running in the browser. The core app code lives in notes-demo and this repository contains the glue code needed to run the app in the browser.
Try the demo.
Local Development
rustup target add wasm32-unknown-unknowncargo install -f wasm-bindgen-cli@0.2.79cargo install basic-http-servercp .env.sample .env- fill out the details in the .env file
. ./scripts/debug.shbasic-http-server- visit
http://localhost:4000