Simple Web App to monitor basic system information.
This program assumes that node and npm are installed and that a web server has been set up and properly configured.
- Clone the repo and cd into directory.
- Run
npm install
.
- Run
node server.js
. - Go to
localhost:8080/index.html
in a browser.
This project contains an MIT license. Feel free to use and modify your own copy as you see fit.