Skip to content

krzysu/elm-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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