Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 503 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 503 Bytes

npmgraph

A tool for exploring npm modules and dependencies.

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

Running locally

Install

$ git clone https://github.com/npmgraph/npmgraph.git
$ cd npmgraph
$ npm install

Build

This builds the source with Parcel:

$ npm run build

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:

$ npm start