/react-chess

Primary LanguageJavaScriptApache License 2.0Apache-2.0

React Chess

To run locally:

git clone https://github.com/thegsi/react-chess.git

cd to react-chess root directory

npm i

npm run dev:start

In browser go to: localhost:8080/public

To run tests:

npm run test