ReactCardGame

A game of Cards in React

React for view Redux for state, mocha and unexpected-react for testing Webpack for module bundling SASS for styles

installation

Clone git repo:

git clone https://github.com/Anurag96/ReactCardGame.git

Install:

npm install

Set HOST and PORT environment variables:

export HOST=example.com
export PORT=80

Start a local server:

npm start

Play!