shall we play a game? http://chess.davidwindham.com
windhamdavid 8972d6ba95 fix favicon | 9 years ago | |
---|---|---|
bin | 9 years ago | |
routes | 9 years ago | |
spec | 9 years ago | |
src | 9 years ago | |
views | 9 years ago | |
.gitignore | 9 years ago | |
.jshintrc | 9 years ago | |
LICENSE.md | 9 years ago | |
README.md | 9 years ago | |
app.js | 9 years ago | |
gulpfile.js | 9 years ago | |
io.js | 9 years ago | |
package.json | 9 years ago | |
winston.js | 9 years ago |
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).