# Minesweeper using Rust & WASM Tutorial: https://www.youtube.com/watch?v=0ywizYLPV00 ## Development ``` wasm-pack build --target web serve ``` If it says that you don't have `serve`, you can install from here: https://www.npmjs.com/package/serve.