This project implements the Tic Tac Toe game from React's tutorial page
This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.
To start the development server, run the following
npm run startNote: this project disables the eslint for this particular script.
To create the production build, run the following:
npm run buildThis project includes scripts like eslint and prettier to check and fix code style issues:
prettier:checkprettierlint
To run unit test execute npm run test or npm run test -- --coverage if you want to check for code coverage completion. These scripts are the same used by Create React App, See the section about running tests for more information.