Packages

Setup and Maintenance Tools with RESTish API

Current section

Files

Jump to
Raw

HOWTO.md

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