Dividasaurus
May 3, 2017 ยท View on GitHub
This repository demonstrates how to make a Phoenix backend communicate with an Elm frontend using Phoenix channels.
To use this repository, you should follow these steps.
-
npm install -g elm
-
npm install -g elm-live
-
mix deps.get
-
npm install
-
mix ecto.create
-
mix ecto.migrate
-
mix run priv/repo/seeds.exs
-
mix phoenix.server
-
Navigate to localhost:4000