Skip to content

silky/elm-pointing-poker

 
 

Repository files navigation

Simple Pointing Poker in Elm and Firebase

This is a tiny project with the sole purpose of learning Elm.

Working demo: https://poker-94672.firebaseapp.com

Demo GIF

Getting started

Requirements:

node v4.6.1
npm v3.9.6
elm v0.18.0

Install:

npm install

Build:

npm run build

Develop

Be sure to configure your firebase database in config.js. Copy config.example.js to get started.

Then start the webpack dev server:

npm run dev

Deploy

npm run deploy

Inspired by https://github.com/mblarsen/elm-fire-grocery

About

Pointing Poker written in Elm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 80.7%
  • JavaScript 15.8%
  • HTML 2.8%
  • CSS 0.7%