README.md 808 B

####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).