This project is a responsive HTML5 Tic tac Toe Game built with Create React App 5 with the Typescript template.
Clone the repo and install the dependencies with yarn
,
then run the application using:
$ yarn start
To build and run tests, see the Available Scripts section below
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Launches the test runner to generate coverage report.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.