これは『Elixir/Phoenix初級①(第3版)』の学習用 Phoenix アプリケーションです。
- Docker 18 以上
- Docker Compose 1.24 以上
% git clone -b no-ecto https://github.com/oiax/phx-compose.git ex-v01
% cd ex-v01
% bin/setup.sh
% bin/start.sh
% bin/login.sh
$ git clone -b master3 https://github.com/oiax/modest_greeter.git
$ cd modest_greeter
$ mix deps.get
$ mix deps.compile
$ cd assets; npm i; cd ..
$ mix phx.server
ブラウザで http://localhost:4000 を開いてください。