Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 853 Bytes

README.MD

File metadata and controls

22 lines (18 loc) · 853 Bytes

Jonitor-web

Jonitor-web is a web application built using React and Chart.js. It connects to the WebSocket created by Jonitor and display the data in the form of graphs. Screenshot

Installation

  1. Clone git clone https://github.com/Jurnace/Jonitor-web.git or download this repository.
  2. npm install

Usage

Development server

npm start

This runs webpack-dev-server on http://localhost:3000. Jonitor has to be running and webpack-dev-server will redirect http://localhost:3000/ws to http://localhost:10113/ws.

Production build

npm run build

Production ready files can be found in /dist


Icons used in this project are from Material Icons and Twemoji.