Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuvro/mern-tic-tac-toe-client
Tic Tac Toe using MERN & Socket.io
https://github.com/shuvro/mern-tic-tac-toe-client
Last synced: 6 days ago
JSON representation
Tic Tac Toe using MERN & Socket.io
- Host: GitHub
- URL: https://github.com/shuvro/mern-tic-tac-toe-client
- Owner: shuvro
- Created: 2020-04-11T13:53:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:52:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T20:16:23.387Z (over 1 year ago)
- Language: JavaScript
- Size: 2.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe client by React / Redux
Backend server at https://github.com/shuvro/mern-tic-tac-toe-server.git
### Start````bash
yarn
````````bash
yarn build:dev
````````bash
yarn serve:dev
````````bash
http://localhost:3000/
````
### Docker
Run the Game Frontend (React/Redux) using docker```bash
docker-compose up --build
```Checkout the application at
```bash
http://localhost:3000
```