Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 367 Bytes

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 367 Bytes

Poker

A really simple poker application running on node.js with socket.io, using angularJS on the front-end for data binding.

Requirements

Node & Yarn

Quick Start

yarn
yarn dev

Then should be available at http://localhost:8080

Config

Edit the tables-config.json file to add or remove tables to play on

Serverside

node app.js