Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 769 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 769 Bytes

Reversi

Test Deploy

screenshot

Play

Available on GitHub Pages:
https://mst-mkt.github.io/reversi/

Development

Install Dependencies

npm install

Run Development Server

npm run dev

Others

  • The implementation of react state is minimized as much as possible.
  • The complexity (eslint criteria) of the implementation is kept as small as possible.