/databroker-client

A web client for DataBroker server using TypeScript, React and Material UI

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

TypeScript React app using Material UI to develop a DataBroker server client.

Install it and run:

npm install
npm start

The client proxies to the server on port 6942, if it is running on a different port you will need to change that in the package.json (or just switch the server port to match using --port 6942 when launching uvicorn).