Skip to content

Salmanz18/tic-tac-toe

Repository files navigation

Tic Tac Toe

Tech Stack

  • React
  • Typescript
  • Redux Toolkit
  • Styled Components

Usage

yarn install

yarn dev

Available commands

Run in development mode

  yarn dev

Create production build

  yarn build

Run ESLint linting

  yarn lint

Run Prettier formatting

  yarn format

Run TypeScript compiling

  yarn compile

Serve production build locally

  yarn preview