This is front end and phoenix application for the islands game from book Functional Web Development with Elixir, OTP, and Phoenix Interface to islands_engine. Make sure you have islands_engine also cloned in folder where this app is cloned.
The code comes from the amazing book Functional Web Development with Elixir, OTP, and Phoenix by Lance Halvorsen.
To start your Phoenix server:
Setup
mix deps.get && cd assets && npm install && cd .. && iex -S mix phx.server
Running
iex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.