Skip to content

『Phoenix LiveView初級①』の学習用アプリケーション

Notifications You must be signed in to change notification settings

oiax/jaunty_greeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JauntyGreeter

これは『Phoenix LiveView初級①』(未刊行)の学習用アプリケーションです。

BASE_URL=https://r2-cg.netgenik.com/zenn_books/live_view_primer_1
wget ${BASE_URL}/letter_a.png -O priv/static/images/letter_a.png
mkdir -p priv/static/audios
wget ${BASE_URL}/kenne.png -O priv/static/audios/kenne.png
mkdir -p priv/static/videos
wget ${BASE_URL}/steamboat_willie.mp4 -O priv/static/videos/steamboat_willie.mp4