Tic Tac Toe Game Implementation
- Clone repo
- Open project in your editor (vscode)
- Open terminal
- Change to project directory
- In your terminal type
cd web
- Run
yarn install
to install packages - Run
yarn dev
to start server
https://tic-tac-toe-game-sable.vercel.app/