Creating a Phoenix 1.6 application with asdf
The easiest way to create a new Phoenix Framework application:
Install asdf
Install asdf
Install plugins
asdf plugin-add erlang
asdf plugin-add elixir
Install dependencies
asdf install erlang 24.1.2
asdf global erlang 24.1.2
asdf install elixir 1.12....
blog.miguelcoba.com1 min read