I'm trying to make a multiplayer game using the Networked-Aframe library with aframe-react. The big roadblock I've run into is I can't simultaneously run:
react-scripts start
to run react and
node ./src/vendor/easyrtc-server.js
to run my server.
Maybe create a production build of my react app, then run the server?
How do I get these two working together?
My easyrtc-server.js: https://pastebin.com/PJ0UchSi