0.1.8 • Published 3 years ago

vino-viz v0.1.8

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

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 port 3000.
  • yarn start-server will launch the node/socket.io app on port 3001.

    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.