こちらから必要な環境をインストールしてください。
$ mix deps.get
$ mix compile
$ cd assets
$ npm install
$ node node_modules/brunch/bin/brunch build
$ cd ..
$ iex -S mix phx.server
ブラウザでhttp://localhost:4000
を開く
- チャット画面: http://localhost:4000
- 挨拶画面: http://localhost:4000/hello?name=名前