Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 391 Bytes

Flappy Bird

Run the local server

cd web-app
cargo run

Visit http://localhost:8080

Build WASM and copy target to the correct path

wasm-pack build --target web && cp -r pkg web-app                                                                                                                                                                                 ─╯