Skip to content

logankeenan/notes-demo-spa

Repository files navigation

RORA - Notes Demo Single Page Application

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published