srallen / chess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess

This project was bootstrapped with Create React App.

  • create-react-app
    • react 16, react-dom 16, and react-scripts
  • lodash.isEqual
  • classnames

How to run

To run this app locally:

  1. Pull down the repository
  2. Run yarn install or npm install
  3. Run yarn start or npm start
  4. Open localhost:3000 in a browser

Tests

This app is tested with jest, enzyme, and sinon.

Run tests by using yarn test or npm test

About

License:MIT License


Languages

Language:JavaScript 89.1%Language:CSS 5.6%Language:HTML 5.3%