An open API service indexing awesome lists of open source software.

https://github.com/oiax/jaunty_greeter

『Phoenix LiveView初級①』の学習用アプリケーション
https://github.com/oiax/jaunty_greeter

elixir phoenix-liveview

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```