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

https://github.com/mkdika/learn-elixir

Learning Elixir, and It's Framework
https://github.com/mkdika/learn-elixir

elixir example learning phoenix poc

Last synced: 10 months ago
JSON representation

Learning Elixir, and It's Framework

Awesome Lists containing this project

README

          

# Learn Elixir

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)

Learning Elixir language, it's library and framework.

I am using:

- [Elixir 1.8](https://elixir-lang.org/)
- [Erlang/OTP 21](https://www.erlang.org/)
- [Phoenix Framework 1.4](https://phoenixframework.org/)
- [Ubuntu 18.04](http://releases.ubuntu.com/18.04/) x64-bit

## Running Elixir code

### Using IEX

Using Elixir interactive REPL, at terminal run: `iex`. To exit hit `Ctrl+c` twice.

## Reference

- [Elixir Docs](https://elixir-lang.org/docs.html)
- [Phoenix Framework Docs](https://hexdocs.pm/phoenix/Phoenix.html)
- [Erlang Built-in Type-check Functions](http://erlang.org/doc/man/erlang.html#is_atom-1)

## Copyright and License

Copyright 2019 Maikel Chandika (mkdika@gmail.com). Code released under the
MIT License. See [LICENSE](/LICENSE) file.