Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

elixir-elm-tutorial/platform

Repository files navigation

Platform

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.

Requirements

  • Elixir 1.7
  • Phoenix 1.4
  • Elm 0.19

Setup

  1. git clone https://github.com/elixir-and-elm-tutorial/platform.git
  2. mix deps.get to install Phoenix dependencies.
  3. config/dev.exs and config/test.exs to configure local database.
  4. mix ecto.setup to create, migrate, and seed the database.
  5. cd assets && npm install to install Node dependencies.
  6. mix phx.server to start Phoenix server.
  7. localhost:4000 to see application!