https://github.com/idabmat/tic_tac_toe_client
React Client for the Tic Tac Toe game
https://github.com/idabmat/tic_tac_toe_client
nextjs react ssr tic-tac-toe websocket
Last synced: 2 months ago
JSON representation
React Client for the Tic Tac Toe game
- Host: GitHub
- URL: https://github.com/idabmat/tic_tac_toe_client
- Owner: idabmat
- Created: 2017-10-16T00:37:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T07:35:52.000Z (about 3 years ago)
- Last Synced: 2025-01-30T05:24:16.526Z (over 1 year ago)
- Topics: nextjs, react, ssr, tic-tac-toe, websocket
- Language: TypeScript
- Size: 1.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToeClient
React Client for the Phoenix Tic Tac Toe API.
* [WebSocket API](https://github.com/idabmat/tic_tac_toe_channel)
* [Game engine](https://github.com/idabmat/tic_tac_toe)
## Installation
To start the app:
* Install dependencies with `yarn`
* Start the local server with `yarn dev`
Now you can visit [`localhost:3000`](http://localhost:3000) from your browser.