Skip to content

Latest commit

 

History

History
executable file
·
17 lines (10 loc) · 569 Bytes

File metadata and controls

executable file
·
17 lines (10 loc) · 569 Bytes

Rust WebAssembly / GraphQL demo

To get started:

  • If you don't have Rust and cargo-make installed, Download it, and run the following commands:

rustup update

rustup target add wasm32-unknown-unknown

cargo install --force cargo-make

Run cargo make build in a terminal to build the app, and cargo make serve to start a dev server on 127.0.0.1:8000.

If you'd like the compiler automatically check for changes, recompiling as needed, run cargo make watch instead of cargo make build.