Skip to content

fernandosouza/react-tic-tac-toe

Repository files navigation

Codacy Badge Build Status

Steps to run the project.

  • You need to install all dependencies by running npm install for that.
  • Use npm start to run the game.
  • npm test for 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.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.