This is a simple implementation of the popular game Connect Four written in React/Redux.
The game uses redux-saga for its in-game workflow.
To start developing:
npm install
gulp dev
This will start a dev server on http://localhost:8088/
To run the tests, first make sure you have faucet installed to pretty up your test results:
npm install -g faucet
Then run:
npm test