Hangman LiveView Client
LiveView client for the Hangman Game.
Based on the course Elixir for Programmers by Dave Thomas.
Usage
To use Hangman LiveView Client locally, clone and compile it:
git clone https://github.com/RaymondLoranger/hangman_liveview_clientcd hangman_liveview_clientmix deps.getmix phx.server
Now you can visit localhost:4000/hangman
from your browser.