Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 693 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 693 Bytes

elm shopping cart

example of shopping cart implemented in elm

for demo click here

this app was built with create elm app. Check their page for details.

getting started

elm-app start
  • build elm to js and deploy to github pages
elm-app build
gh-pages -d build
  • run unit tests (optional with --watch)
elm-app test

author: Kris Urbas @krzysu licence: MIT