/bingo-plus

Bingo app written in Elm

Primary LanguageElmMIT LicenseMIT

Bingo+ !

Bingo app, originally made from pragmaticstudio excellent Elm course.

The idea behind this, is to learn Elm language and add new features on Bingo app while at it ( that's why the plus :D ).

How to run

1.- Let's start by downloading elm packages

elm-package install

2.- Now we need to download Grunt and compile elm files

npm install -g grunt-cli --save-dev
npm install
grunt elm

3.- Start watching the changes!

grunt watch

4.- Open the index.html file in a browser and start playing Bingo!