Online Multi Player Tic Tac Toe

This is an example of online multi player game using websocket and ReactJS

The client code is based on https://reactjs.org/tutorial/tutorial.html

Running server

cd server
npm start

Running client

cd client
npm start