Skip to content

Roy-Gal-Git/TicTacToe-Multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe-Multiplayer by: Roy Gal

IMPORTANT:

On frontend/src/App.js - line 10

  • Change the HOST constant value to the IP of the machine that's running the node server.

DO NOT type "localhost", you wont be able to use the app outside of the machine that hosts the node server

Instructions:

open a terminal window

cd PATH_TO_PROJECT/backend
npm i
node server.js

open another terminal window

cd PATH_TO_PROJECT/frontend
npm i
npm start

Connect on http://HOST_IP:3000

Enjoy the game!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published