目次

25-elm-examplesを写経してみる

https://github.com/bryanjenningz/25-elm-examples

Elm入門サイト

https://github.com/rtfeldman/elm-0.19-workshop

15-todos.elm

元サイト
https://github.com/bryanjenningz/25-elm-examples/blob/master/15-todos.elm

写経した結果(create-elm-app のpublic/index.htmlにbulmaとFontAwesome5のCDN導入)
https://gist.github.com/adash333/e8f4478ccf89d2c1419d2d020eef4bae

参考:https://saruwakakun.com/html-css/basic/font-awesome
【保存版】Font Awesomeの使い方:Webアイコンフォントを使おう  2018/12/20

16-todos.elm

https://github.com/bryanjenningz/25-elm-examples/blob/master/16-todos.elm

elmとport、localstorageに関するリンク

https://github.com/evancz/elm-architecture-tutorial

https://github.com/evancz/elm-todomvc

https://qiita.com/sand/items/3767d263f98b3dad264e
@sand
2018年05月12日に更新
複数のElmアプリで小さなデータを共有する - Local storage

Elm入門用の本

2019年5月現在、日本語の本は1冊のみです。お勧めです。

リンク