Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

paulfioravanti/tic-tac-toe

Repository files navigation

Tic-Tac-Toe

This is my implementation of the Tic-Tac-Toe application built during the React Tutorial.

No extra bits of functionality were added, but I did change some of the code around so that it made more sense to me, added ESLint, and made things a bit more strongly typed with Typescript.

Install

git clone [email protected]:paulfioravanti/tic-tac-toe.git
cd tic-tac-toe
npm install

Run

npm start

Deploy

Currently deployed out on Github Pages at https://paulfioravanti.com/tic-tac-toe/.

npm run build
npm run deploy