Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Last active April 5, 2019 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loretoparisi/7f6f0bccf35551850068d9206fa7c8c6 to your computer and use it in GitHub Desktop.
Save loretoparisi/7f6f0bccf35551850068d9206fa7c8c6 to your computer and use it in GitHub Desktop.
Phoenix Elixir Boilerplate: up and running in 3 minutes!
brew update
brew install elixir
mix local.hex
mix archive.install hex phx_new 1.4.3
mix phx.new hello --no-ecto
cd hello
mix phx.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment