- Clone the project to your machine -
git clone https://github.com/Jordanirabor/tic-tac-toe-auth0-pusher
- Navigate into the project folder -
cd tic-tac-toe-auth0-pusher
- Install dependencies -
npm install
- Start the node server -
node server.js
- Start the React dev server -
npm start
- Visit http://localhost:3000 on two different browser windows to see the application in action.
brunokrebs/tic-tac-toe-auth0-pusher
This is a demo project for a simple multiplayer game built using React.
JavaScript