Instantly share code, notes, and snippets.
alias for run project in linux
alias server="iex -S mix phx.server"
you can use
server