Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/colbycheeze/buzzword-bingo-elm
- Owner: colbycheeze
- Created: 2016-02-22T12:31:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T12:56:17.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T00:16:34.325Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://colbycheeze.github.io/buzzword-bingo-elm/
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`