This project has been archived, but the source code is still available here for reference.
This repository contains the source code for elixir-elm-tutorial.herokuapp.com, which is the demo application from the Elixir and Elm Tutorial.
- Elixir 1.7
- Phoenix 1.4
- Elm 0.19
git clone https://github.com/elixir-and-elm-tutorial/platform.git
mix deps.get
to install Phoenix dependencies.config/dev.exs
andconfig/test.exs
to configure local database.mix ecto.setup
to create, migrate, and seed the database.cd assets && npm install
to install Node dependencies.mix phx.server
to start Phoenix server.localhost:4000
to see application!