Skip to content

iashraful/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

A simple multiplayer game for all

Live Project

Setup (Traditional Approach)

  • yarn install OR npm install
  • yarn build OR npm run build
  • yarn serve OR npm run serve (For development)
  • node server.js for small production.