Skip to content

Based on a CLI I created, this is a simple server and client app which displays various pieces of information about your local system.

Notifications You must be signed in to change notification settings

dnbhed/system-reporter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Status Reporter Site

This project is practice in using core NodeJS modules and common configuration such as package.json and webpack without relying on common frameworks like Express and CLIs like create-react-app.

It displays information about the local system in the browser, and is not intended to, and indeed should not be deployed.

Versions:

v 1.0.0 (main)

System reporter app

Run npm start from /client and /server and observe output from terminal and browser dev tools.

v 2.0.0 (setup-websocket) - Coming soon?

Details

This is built with React (not CRA) on the front end and a NodeJS server backend. The backend uses some of the core modules to check

About

Based on a CLI I created, this is a simple server and client app which displays various pieces of information about your local system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published