/elm-phoenix

Elm adapter for Phoenix channels

Primary LanguageElmBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

elm-phoenix

Elm adapter for Phoenix channels

Example

Here's how to launch an Elm version of the standard Phoenix chat example:

  • git clone https://github.com/voltone/phoenix_chat_example.git
  • git checkout elm
  • git submodule init
  • git submodule update
  • mix deps.get
  • npm install
  • mix phoenix.server