This repository demonstrates beginner level examples for getting started with Elixir in a Hello World project.
Clone the project with git:
git clone https://github.com/gillkyle/egghead-elixir
Then navigate into the project and run using Mix in an interactive Elixir shell (you will need Elixir installed):
iex -S mix