/Gin-Rummy

Gin Rummy game built using React.JS

Primary LanguageJavaScript

Gin Rummy (source code)

Ben Brackenbury & Sonny Ash

Running and Building

Clone the project
git clone https://github.com/benbrackenbury/Gin-Rummy.git

Run

  1. Install required dependencies with
    npm i or yarn

  2. Run with
    npm start or yarn start

Build

  • Build with
    npm build or yarn build