ff_stack_chat_example
ff_stack_chat_example copied to clipboard
A chat example build on FF(Elixir/Phoenix/Mithril) Stack
Chat

Chat sandbox with Mithril
To start Chat sandbox app:
- Install dependencies with
mix deps.get - Install client dependencies with
bower install - Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000 from your browser.