# Howto

## Project Creation

```bash
mix new nerves_backdoor --sup
cd backdoor
mix deps.get
mix compile
mix run --no-halt
iex -S mix
recompile
```
