chainnguyen / tic-tac-toe-react-vite-ts

Using the latest React, Vite, TypeScript, Socket and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

A little game with realtime.

Setup

Docker environment

Run docker-compose up

Normal environment

  1. Open /client in terminal and run yarn && yarn start
  2. Open /server in terminal and run yarn && yarn start
  3. Open http://localhost:3000 in a few tabs or different devices

Files to note

About

Using the latest React, Vite, TypeScript, Socket and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.


Languages

Language:TypeScript 79.7%Language:JavaScript 11.3%Language:CSS 7.7%Language:HTML 1.2%Language:Shell 0.1%