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-unknown
cargo install -f wasm-bindgen-cli@0.2.79
cargo install basic-http-server
cp .env.sample .env
- fill out the details in the .env file
. ./scripts/debug.sh
basic-http-server
- visit
http://localhost:4000