/tic-tac-toe-auth0-pusher

This is a demo project for a simple multiplayer game built using React.

Primary LanguageJavaScript

A demo multiplayer game built with React

Installation instructions

  1. Clone the project to your machine - git clone https://github.com/Jordanirabor/tic-tac-toe-auth0-pusher
  2. Navigate into the project folder - cd tic-tac-toe-auth0-pusher
  3. Install dependencies - npm install
  4. Start the node server - node server.js
  5. Start the React dev server - npm start
  6. Visit http://localhost:3000 on two different browser windows to see the application in action.

Built With