Skip to content

ohr486/elixir_handson_demo2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixirハンズオン#2 サンプルコード

Join the chat at https://gitter.im/elixir_handson_demo2/Lobby

イベントページ

Elixir初心者向けハンズオン vol2

イベント資料

wiki

事前準備

こちらから必要な環境をインストールしてください。

ハンズオンテキスト

ハンズオンテキスト

質問チャット

Gitter

デモアプリの起動手順

$ 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を開く