EN605.607.81.SP22_ASDM_Project/front_end/README.md
Stephen Seo cd9f7446a4 Impl basic MVP of front-end
(MVP is Minimum Viable Product.)
Enough is implemented to view a 7x8 board and click on the tiles in the
board to change their states.
2022-02-28 16:45:33 +09:00

10 lines
328 B
Markdown

# How to Test
- Have Rust installed via rustup.
- Have the wasm target installed.
- `rustup target add wasm32-unknown-unknown`
- Have `trunk` installed and in PATH.
- `cargo install trunk`
- Serve the front-end via trunk.
- `trunk serve`
- This should serve a local server at `127.0.0.1:8080`