My fork of Reti-Chess Built with Node, Express, Socket.IO, React, Flux and Immutable, and chess.js.
npm install
mkdir logs
touch logs/games.log
npm start
with nodemon
npm install -g nodemon # if you don't have nodemon installed yet
export NODE_ENV=development
nodemon bin/www
sh
npm run build
tests
npm test
Available under the MIT License (MIT).