Use the up and down arrows to move the paddles mouse look
Serve the webapp:
npm install
npm start
Start the Web Socket server in another terminal:
cd SerialAndOscWebSocketsServer
npm install
node .
Then head over to localhost:8080
Send OSC messages over port 57121
change to your repo in package.json:
"repository": {
"type": "git",
"url": "https://github.com/meta-meta/aframe-react-boilerplate.git"
},
npm run ghpages