Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gillkyle/egghead-elixir

Getting started lessons with elixir
https://github.com/gillkyle/egghead-elixir

elixir screencasts tutorial

Last synced: 2 days ago
JSON representation

Getting started lessons with elixir

Awesome Lists containing this project

README

        


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
```