Thursday, March 30, 2017

Simple ecommerce and shopping cart written in Elm




Repository

https://github.com/lucamug/elm-ecommerce-cart-test

Installation

Clone the repo, run `npm install` and `npm run dev` and accept elm-package's prompt in the cli. Changes to your styles and elm modules under the `src` directory will auto-transpile to css and js respectively.

Based on https://github.com/xavierelopez/elm-cart-example

Wednesday, March 29, 2017

Elm flow in the console

Try this code if you want to see how elm behave in the console:

Wednesday, March 15, 2017

Resources about elm, the programming language