Open colelawrence opened 8 years ago
Very fun example, I would like to use it as reference while learning Elm.
Sure, I'll try to get around to that soon.
In the meantime, the demo is open source and located here: https://github.com/freakingawesome/drunk-label-demo
It uses the elm-webpack-starter project as its base, as well as elmx for inlining html inside Demo.elmx. You'll need to install webpack.
If you clone that repo, you should be able to get it running by the following:
> npm install
> npm start
Good luck! Let me know if you run into any issues getting it running so I can provide better documentation.
Haven't seen elmx yet, very cool!
Is it possible to get a short snippet of the Elm usage in the readme? Or open sourcing the gh-pages code? Thanks!