Hello, world in Elixir. For CPSC 418.
Install dependencies.
sudo apt-get update
sudo apt-get install inotify-tools
brew install erlang elixir
mix local.hex
mix archive.install hex phx_new
Initialize a new project; install packages.
mix phx.new hello_world
cd hello_world
mix deps.get
Run the server.
mix phx.server