This is a chat application that we build out in episodes on the Elm and Elixir tracks for DailyDrip.
To run this chat:
In one terminal:
cd presence_chat
mix deps.get
mix phoenix.serverIn another terminal:
cd elm-client
npm run dev # hot module reloading and whatnotThen visit http://localhost:9091.