Demo: http://colbycheeze.github.io/buzzword-bingo-elm/
- You need to install Elm
- Install dev dependencies, run
npm install
- Install all elm packages, run
elm package install
- Run
gulp
to compile project and you can openindex.html
in your browser - optional: Run Browser Sync to watch changes:
browser-sync start --files "./**" --server