Client for real-time and single-player tic-tac-toe games
- Open a terminal, and run
git clone https://github.com/kausko/Tic-Tac-Toe-Client
cd Tic-Tac-Toe-Client
to navigate to the repositorynpm i
oryarn
to install dependencies- Create a
.env
file and addREACT_APP_BASE_URI=http://localhost:8000
for making requests to the backend - Run the server using
npm run start
oryarn start