This is an ELM-implementation of a simple e-commerce store allowing for customers to buy stuff with lightning. The site is hosted on Netlify.
It relies on a backend: https://github.com/knutnyg/lightning-store
To run locally:
elm-app start
Or:
export ELM_APP_API_URL='https://lightning-store.herokuapp.com'
npm run start
Push to master