vino-viz

0.1.8 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i vino-viz

Weekly Downloads

1

Version

0.1.8

License

MIT

Unpacked Size

264 kB

Total Files

5

Last publish

Collaborators

  • motorossi