/elixir_handson_demo

tokyo.ex elixir handson demo app

Primary LanguageElixirMIT LicenseMIT

Elixir Handson Demo

Join the chat at https://gitter.im/ohr486/elixir_handson_demo

Gitterのイベントルームを用意しました。こちらからご参加ください。

セットアップ

$ mix deps.get
$ mix compile

起動

$ iex -S mix
  • Hello画面 $ open http://localhost:4000/

  • Greet画面 $ open http://localhost:4000/greet/あなたの名前

  • 静的ファイル $ open http://localhost:4000/static/sample.html

  • チャット $ open http://localhost:4000/static/chat.html