This is a demo project for live_state
. It's designed to
be the "back end" of this repo which contains the custom element with will interact with CommentsChannel.
Typical phoenix:
mix deps.get
mix ecto.create
mix ecto.migrate
mix phx.server
This will run the server, to see the front end demo go to the front end repo and follow instructions there.