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