platform
platform copied to clipboard
[Archived] Demo application for Elixir and Elm Tutorial.
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
git clone https://github.com/elixir-and-elm-tutorial/platform.gitmix deps.getto install Phoenix dependencies.config/dev.exsandconfig/test.exsto configure local database.mix ecto.setupto create, migrate, and seed the database.cd assets && npm installto install Node dependencies.mix phx.serverto start Phoenix server.localhost:4000to see application!