Skip to content

Latest commit

 

History

History

elm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Elm

Day 1

We had a session with an intro about the elm language and how to get started.

Day 2

In a small workshop we programmed a movie list with filtering together and discovered Elm language features.

https://ellie-app.com/68qjj3DwKt6a1

We created a proof of concept to how to require assets (e.g. images) in Elm code and use webpack loaders. This can verify the asset's path at compile time and use webpack loaders to optimize the asset.

https://github.com/andys8/poc-elm-asset-webpack-loader

Guides, Talks and Workshops