/Hex-Game

Primary LanguageRustMIT LicenseMIT

Hex-Game

Run App

  1. Run the server on localhost
  • In ./hex_back, run cargo run
  1. Run the front:
  • In ./hex_front, run set "REACT_APP_RASPBERRY=http://[back_address]" && npm run start (cmd)
  • In ./hex_front, run REACT_APP_RASPBERRY=http://[back_address] npm run start (bash)