Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 389 Bytes

TicTacToeClient

React Client for the Phoenix Tic Tac Toe API.

Installation

To start the app:

  • Install dependencies with yarn
  • Start the local server with yarn dev

Now you can visit localhost:3000 from your browser.