octopusLighthouse / tttGameReactUI

tick-tack-toe game user interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Tick-Tack-Toe game React UI

additionally, first you must run backend-api, from: https://github.com/octopusLighthouse/tttGameApi

Here are two react-app run methods:

  1. Simple react-app run, using terminal:

npm install

npm run start

  1. Run app in docker container, first step create image next step create container:

docker build -t ttt-game-ui .

docker run --name tttGameUI -p 80:3000 -d ttt-game-ui

About

tick-tack-toe game user interface


Languages

Language:JavaScript 73.6%Language:CSS 13.1%Language:HTML 12.3%Language:Dockerfile 1.0%