Skip to content

lkellar/uttt-frontend

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

UTTT-Frontend

Ultimate Tic Tac Toe React App with Online Multiplayer.

The backend is located at uttt-backend.

Installation

First, clone the repo and install dependencies with yarn.

You'll need a .env.development and .env.production file, each following this example format:

REACT_APP_UTTT_BACKEND_URL=https://uttt.example.com/api
REACT_APP_UTTT_FRONTEND_BASE_URL=https://uttt.example.com
REACT_APP_UTTT_FRONTEND_DSN=OPTIONAL_SENTRY_URL

If REACT_APP_UTTT_FRONTEND_DSN is provided, errors will be reported to Sentry.

Then, run either yarn start to spin up the dev server or yarn build to create a production build.

About

Ultimate Tic Tac Toe React App with Online Multiplayer.

Resources

Stars

Watchers

Forks