EN605.607.81.SP22_ASDM_Project/front_end
Stephen Seo a756f0b4b2 Have SharedState use an array of Rc's
Having each array element be an Rc<Cell<BoardState>> enables sharing
Rc's with the Slot subelement.
2022-03-01 11:05:56 +09:00
..
src Have SharedState use an array of Rc's 2022-03-01 11:05:56 +09:00
.gitignore Impl basic MVP of front-end 2022-02-28 16:45:33 +09:00
Cargo.lock Impl basic MVP of front-end 2022-02-28 16:45:33 +09:00
Cargo.toml Impl basic MVP of front-end 2022-02-28 16:45:33 +09:00
index.html Impl basic MVP of front-end 2022-02-28 16:45:33 +09:00
README.md Impl basic MVP of front-end 2022-02-28 16:45:33 +09:00

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