Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gillkyle/egghead-elixir
- Owner: gillkyle
- Created: 2020-03-26T17:31:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T22:06:28.000Z (over 4 years ago)
- Last Synced: 2024-11-04T05:42:04.655Z (about 2 months ago)
- Topics: elixir, screencasts, tutorial
- Language: Elixir
- Homepage: https://egghead.io/playlists/getting-started-with-elixir-60d1?af=z9q2z
- Size: 3.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Getting Started with Elixir on EggheadThis 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
```