Learning Elixir Basics - based on LiveBook for Elixir which can be setup Here
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix
or inside IEx withiex -S mix
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/elixir_basics.