Skip to content

JorJeG/ttt-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe game with chat

Начало игры

Открывается на heroku

Затем другу нужно отослать ссылку на комнату

Запуск для разработки

yarn // установить зависимости
yarn run all
открывать на http://localhost:3000/

Запуск для продакшн

yarn // установить зависимости
yarn run build
yarn run prod
открывать на http://localhost:3001/