npmgraph

A tool for exploring NPM modules and dependencies

README

npmgraph


A tool for exploring npm modules and dependencies.

Available online at https://npmgraph.js.org/.

Running locally


Install


  1. ```shell
  2. $ git clone https://github.com/npmgraph/npmgraph.git
  3. $ cd npmgraph
  4. $ npm install
  5. ```

Build


This builds the source with Parcel:

  1. ```shell
  2. $ npm run build
  3. ```

Once built, you can use any dev server to serve the dist folder.

Build and watch


This builds the source and starts an auto-reloading Parcel server:

  1. ```shell
  2. $ npm start
  3. ```