Skip to content

mst-mkt/reversi

Repository files navigation

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.