First, install Erlang and Elixir. Set PATH
so that you could run erl
, iex
, and mix
comfortably.
- Run
mix deps.get && mix compile
. - Start the server
mix r
. - Open http://localhost:4000/ in web browser.
- In another terminal - start the client
mix c
.
Whooo!