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

[Archived] Demo application for Elixir and Elm Tutorial.

Notifications You must be signed in to change notification settings

elixir-elm-tutorial/platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aebd273 · Feb 9, 2021
May 13, 2019
Dec 11, 2018
Jan 6, 2019
Dec 13, 2018
Jan 5, 2019
Dec 11, 2018
Dec 12, 2018
Dec 11, 2018
Feb 9, 2021
Dec 11, 2018
Dec 11, 2018
Dec 13, 2018
Dec 11, 2018
May 13, 2019

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!