Simple Ecommerce Shopping Cart written in Elm

Lucamug
1 min readMay 3, 2017

--

A simple Shopping Cart written while experimenting with Elm

Installation:

Clone the repo

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

Install the necessary modules

$ npm install

Execute

$ npm run dev

and accept elm-package’s setup.

If you edit files under the src folder, the system will automatically compile to css and js respectively.

This is work is based on on https://github.com/xavierelopez/elm-cart-example

--

--

No responses yet