Skip to content

Instantly share code, notes, and snippets.

@Macorreag
Created June 10, 2022 15:06
Show Gist options
  • Save Macorreag/40493bdb4eec5843c41b62a23fb4d9b3 to your computer and use it in GitHub Desktop.
Save Macorreag/40493bdb4eec5843c41b62a23fb4d9b3 to your computer and use it in GitHub Desktop.
Phoenix vscode linux

alias for run project in linux

alias server="iex -S mix phx.server"

you can use

server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment