Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colbycheeze/buzzword-bingo-elm

Small web app built in Elm
https://github.com/colbycheeze/buzzword-bingo-elm

Last synced: about 1 month ago
JSON representation

Small web app built in Elm

Awesome Lists containing this project

README

        

Demo: http://colbycheeze.github.io/buzzword-bingo-elm/

# Instructions to run locally
1. You need to [install Elm](http://elm-lang.org/install)
2. Install dev dependencies, run `npm install`
3. Install all elm packages, run `elm package install`
4. Run `gulp` to compile project and you can open `index.html` in your browser
5. **optional:** Run Browser Sync to watch changes:`browser-sync start --files "./**" --server`