/elixir

Hello, world in Elixir. For CPSC 418.

Primary LanguageElixirMIT LicenseMIT

elixir

Hello, world in Elixir. For CPSC 418.

Setup

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