react-tic-tac-toe
A Tic-tac-toe game using React.
Steps to run the project.
- You need to install all dependencies by running
npm installfor that. - Use
npm startto run the game. npm testfor testing.- You can also see the code coverage by running
npm run coverage.
This project have a yarn.lock file, therefore, I recommend the use of yarn, if you have it installed, to run those command lines listed above.
This project was bootstrapped with Create React App.