Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 416 Bytes

readme.md

File metadata and controls

33 lines (19 loc) · 416 Bytes

Live demo https://eventhub-js.vercel.app/

Install the App

yarn or npm install

Create a new .env file at the root

Add these entries to the file

CONSUMER_GROUP = ...
CONNECTION_STRING = ...
EVENT_HUB_NAME = ...

and replace the ... by the correct value

Start a DEV server

yarn dev

Build

yarn build

NOTE

This is just a demo app, nothing here is optimized :)