Frontend for tic tac toe games. Runs at post 8999:8080
-
cd front-tic-tac-toe (location where package.json file resides)
-
docker build -t front-tic .
-
docker run -it -p 8999:8080 front-tic
The project will start running at http://0.0.0.0:8999 port
- git clone https://github.com/dmsbilas/front-tic-tac-toe.git
- cd front-tic-tac-toe (location where package.json file resides)
- npm install
- npm start
- The project will start running at http://0.0.0.0:8080/