/islands_interface

Erlang front end application for the islands game

Primary LanguageErlang

islands_interface

Erlang front end application for the islands game from book Functional Web Development with Elixir, OTP, and Phoenix

Setup

Download Islands Engine

Download Islands Interface

$ cd islands_interface
$ mkdir _checkouts
$ cd _checkouts
$ ln -s /Users/martin/Documents/islands_engine islands_engine

Build

$ cd islands_interface
$ rebar3 shell

Test

http://localhost:8001/app/index.htm

Learn more