elixir-http-base/readme.md

16 lines
163 B
Markdown
Raw Normal View History

2020-12-16 13:24:50 -06:00
# elixir-http-base
An opinionated, fairly minimal base for an Elixir HTTP server application.
2020-12-16 10:35:31 -06:00
## Develop
```bash
iex -S mix
```
## Tests
```bash
mix test
```