The app has the same core game written in Erlang and Elixir but it is using phoenix as webserver and liveview to connect the templates with the server. It is part of the liveview studies.
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
The next command will create and publish your application image into the docker
make docker.build
make local.deploy.install
make local.deploy.uninstall
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix