Boilerplate for Nodejs and React connection using socket.io
The backend and frontend is running on separete ports
Run the Nodejs server by executing npm start inside nodejs-server folder.
Run the React client by executing npm start inside react-client folder.
Server runson port 3000 and the client on 4000