An open API service indexing awesome lists of open source software.

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

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.