Skip to content

A simple and minimal tic tac toe game, built with React TypeScript.

Notifications You must be signed in to change notification settings

lucaxue/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

A simple and minimal Tic Tac Toe game.

React TypeScript Styled Components Netlify

💻 Development

🧰 Prerequisites

  • yarn (v1.22.10)
  • node (v16.2.0)

⚙️ Setting Up

  • Install dependencies
    yarn install
    
  • Run in development mode
    yarn start