Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 235 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 235 Bytes

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