/poker

Primary LanguageTypeScript

Poker

Setup

Dependencies

npm install

Dev and Deployment

Evaluate code with linter

npm run lint

Build an Test whenever code changes

npm run watch

Build and run unit tests locally

npm test