This project provides a visual interface for monitoring Node.js processes.
-
Clone this repository:
git clone https://github.com/cursorial/node-visualvm.git cd node-visualvm -
Install dependencies:
yarnThis will install dependencies for both the client and server.
-
Start the application:
yarn start
This will start both the server and client, and automatically open the application in your default web browser.
- The client runs on
http://localhost:3002 - The server runs on
http://localhost:3001
MIT License