shall we play a game? http://chess.davidwindham.com

windhamdavid 8972d6ba95 fix favicon 8 years ago
bin 979e53ad91 port change text proxy 8 years ago
routes ca76a8e37c Update all dependencies apart from React, so app can be run on Node v4 8 years ago
spec ca76a8e37c Update all dependencies apart from React, so app can be run on Node v4 8 years ago
src 979e53ad91 port change text proxy 8 years ago
views 530c5d1dd2 8888 8 years ago
.gitignore ca76a8e37c Update all dependencies apart from React, so app can be run on Node v4 8 years ago
.jshintrc 9d7c81ac0f update gulpfile; play sounds; add .jshintrc and chess pieces unicode map 9 years ago
LICENSE.md abe7faa9be add license file; update dependencies; production build 9 years ago
README.md aaf2caea60 readme 8 years ago
app.js 8972d6ba95 fix favicon 8 years ago
gulpfile.js ca76a8e37c Update all dependencies apart from React, so app can be run on Node v4 8 years ago
io.js f8735db00c fix delete game with only one player on disconnect; update dependencies 9 years ago
package.json b2065a3354 add winston 8 years ago
winston.js ca76a8e37c Update all dependencies apart from React, so app can be run on Node v4 8 years ago

README.md

####Chess-IO

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
    
    • recompile static assets on save sh npm run build
  • tests

    npm test
    

    ####License

    Available under the MIT License (MIT).