Skip to content

t-i-0414/react-reversi

Repository files navigation

react-reversi

https://happy-williams-02dc8b.netlify.app/

This is an Othello application that can be enjoyed in a web browser using React.

スクリーンショット 2021-06-03 21 23 01

スクリーンショット 2021-06-03 21 21 24

Procedure for setting up the environment

Installing Node.js and pnpm

Install the .node-version version of Node.js. Then install pnpm as a package manager.

Install dependent modules

pnpm install

Starting the Local Server

pnpm start

Run Cypress's Integration Test

pnpm run cypress:run

or

pnpm run cypress:open