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