README
Vino
Node app with websockets and React client for viewing and sharing meeting airtime in browser.
To run the apps locally:
cd
into the root directory from with two terminals.yarn start
will launch the React app on port3000
.yarn start-server
will launch the node/socket.io app on port3001
.App serves data from a
mockdata.js
file and refreshes every second simulating real websocket data flow.
Build
To build and deploy Vino as an npm module:
- Run
yarn build-rollup
to compile down to a single.js
file. - Make sure to update version number in
package.json
- Run
npm deploy
to push new version to npm.