Watch Video
Make sure you have Rust installed and wasm-pack. To build this project, run:
$ wasm-pack build --target web
To run this project, you need a static file server. You can install serve with npm:
serve
$ npm install serve -g
Now, start your static file server and open index.html:
index.html
$ serve