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初級①』の学習用アプリケーション
- Host: GitHub
- URL: https://github.com/oiax/jaunty_greeter
- Owner: oiax
- Created: 2024-07-27T12:46:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T12:14:30.000Z (over 1 year ago)
- Last Synced: 2025-01-22T08:35:42.310Z (over 1 year ago)
- Topics: elixir, phoenix-liveview
- Language: Elixir
- Homepage:
- Size: 21.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```