drdreo / poker-client

A simple, just-for-fun, lobby-based poker web game.
https://pokern.drdreo.com/
GNU General Public License v3.0
4 stars 1 forks source link
angular netlify poker travis-ci webgame websockets

angular-logo

Build Status Netlify Status

Live app at netlify: https://pokern.netlify.app

Poker Client

This project was generated with Angular CLI version 8.2.2.

Images

Credits for the SVG cards to Adrian Kennard, aka, RevK Blog www.me.uk Twit @TheRealRevK

Running the client

# development
npm run start

# HMR mode
npm run start:hmr

# production build
npm run build:prod

Test

# unit tests
npm run test

# E2E
npm run cypress

Submodules

The client and backend are both submodules of poker.

Updating Submodules

In order to update the shared dependency correctly, execute:

git submodule update --remote --merge
git submodule update --recursive

License TL;DR