Skip to content

RomaTur/game-of-live-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Live

Реализация Conway's Game of Life на React


Немного инструкций

Склонируй репу

git clone https://github.com/RomaTur/game-of-live-react.git -b dev-no-redux

Не забудь установить зависимости

npm i

Разработка

для клиента

npm start

Сборка и запуск

npm run build
npm run server

открой в браузере http://localhost:3009