A tool for exploring npm modules and dependencies.
Available online at https://npmgraph.js.org/.
$ git clone https://github.com/npmgraph/npmgraph.git
$ cd npmgraph
$ npm install
This builds the source with Parcel:
$ npm run build
Once built, you can use any dev server to serve the dist
folder.
This builds the source and starts an auto-reloading Parcel server:
$ npm start