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

https://github.com/babilonczyk/elixir-dummy-cards

Just a simple test app, to see how elixir works
https://github.com/babilonczyk/elixir-dummy-cards

elixir

Last synced: 4 months ago
JSON representation

Just a simple test app, to see how elixir works

Awesome Lists containing this project

README

          

# elixir-dummy-cards

### Simple app that tests basic functionalities of elixir like: creating modules, methods, pattern matching, working on lists, writing doc files and documentation.

## To run it:

Install dependencies:
`mid deps.get`

Run interactive elixir:
`iex -S mix`

Run tests:
`mix test`

Generate docs:
`mix docs`
`cd docs`
`open index.html`