This app provides the dashboard to view system load
- Clone the repo or download it
$ git clone https://github.com/eyao06/RealtimeSystemLoad.git
$ cd RealtimeSystemLoadImportant: You must install the latest version of Node and git first
- Open two terminal and
cdinto subfolderclientandserver
$ cd client
$ cd server- Install the dependencies in each folder
$ npm install- Launch server (the server terminal)
$ node app.jsServer starts at port 4001
- Launch application (the client terminal)
$ npm startNow a new browser window/tab will open to http://localhost:3000/