Skip to content

angelguzmaning/tic-tac-toe-ts-redux

Repository files navigation

Tic Tac Toe using React, Typescript, and Redux

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.

Scripts

Development

To start the development server, run the following

npm run start

Note: this project disables the eslint for this particular script.

Production

To create the production build, run the following:

npm run build

Code quality tools

This project includes scripts like eslint and prettier to check and fix code style issues:

  • prettier:check
  • prettier
  • lint

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.

About

Implementation of React's tutorial Tic tac toe game made in r

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors