/egghead-elixir

Getting started lessons with elixir

Primary LanguageElixir

Egghead + Elixir

Getting Started with Elixir on Egghead

This repository demonstrates beginner level examples for getting started with Elixir in a Hello World project.

🔧 Running locally

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