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
- Host: GitHub
- URL: https://github.com/mkdika/learn-elixir
- Owner: mkdika
- License: mit
- Created: 2019-02-06T15:16:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T00:03:19.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T09:45:19.483Z (12 months ago)
- Topics: elixir, example, learning, phoenix, poc
- Language: Elixir
- Size: 7.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn Elixir
[](/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.