The starter app for the upcoming Ash Framework book.
The versions of Elixir and Erlang we're using are specified in the .tool-versions
file. Tunez should work with any reasonably recent versions, but newer is better!
- If you're using
asdf
to manage installed versions of languages, runasdf install
to install them. - If you're using
mise
to manage installed versions of languages, runmise install
to install them.
Once you have those installed:
- Run
mix setup
to install and setup Elixir 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.