Instructions:
yarn
from project root to installyarn start-web
in one terminal windowyarn start-node
in another terminal window
Visit localhost:1234
and type a message into the options
textinput, then press send
button.
Watch the feed on your Node terminal instance. After receiving the message from web, try typing a reply in Node and pressing enter (watch the webpage during).