bpietraga / islands_interface

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

islands_interface

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.

About

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


Languages

Language:Elixir 80.8%Language:JavaScript 14.2%Language:HTML 4.8%Language:CSS 0.2%